#CC99FE

Color #CC99FE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CC99FE

Tints of Mauve #CC99FE

Color information

#CC99FE (or 0xCC99FE) is unknown color: approx Mauve. HEX triplet: CC, 99 and FE. RGB value is (204,153,254). Sum of RGB (Red+Green+Blue) = 204+153+254=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99FE is #336601. Grayscale: #B3B3B3. Windows color (decimal): -3368450 or 16685516. OLE color: 16685516.

HSL color Cylindrical-coordinate representation of color #CC99FE: hue angle of 270.3º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC99FE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204153254-
CMYK0.200.4000.00
HSL270.3º98.06%79.8%-
HSV(B)270.3º39.76%99.61%-
XYZ54.1842.7899.17-
YUV179.76169.9145.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=33.39%
G=25.04%
B=41.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041532540.200.4000.00270.398.0679.8
HexCC99FE14280010e6250
Octal314231376245000416142120
Binary110011001001100111111110101001010000010000111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99FE; }

 p { color: rgb(204,153,254); }

 H1.HeaderClassName
 {
   color: #CC99FE;
 }
 .AnyTagClassName
 {
   color: #CC99FE;
 }
</style>
background-color css

<style>
 a { background-color: #CC99FE; }

 a { background-color: rgb(204,153,254); }

 div.DivClassName
 {
   background-color: #CC99FE;
 }
 .BgClassName
 {
   background-color: #CC99FE;
 }
</style>
border-color css

<style>
 span { border-color: #CC99FE; }

 span { border-color: rgb(204,153,254); }

 td.TdClassName
 {
   border-color: #CC99FE;
 }
 .TagClassName
 {
   border-color: #CC99FE;
 }
</style>