If you are using one of the named colors such as red, green, yellow, or magenta (among others) Excel will display the color. Or if you are using the Color() function and use one of the named colors value such as Color(255,0,255) for magenta, Excel will display the color. Excel will not display the color if you are only one digit off. Color(255,1,255) will not display in Excel.
Mike