Shades of Mauve #CC99FE
Tints of Mauve #CC99FE
RGB
CMYK
RGB Variations
Color information
#CC99FE (or 0xCC99FE) is known color: 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
| RGB | 204 | 153 | 254 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.00 |
| HSL | 270.3º | 0.98% | 0.8% | - |
| HSV(B) | 270.3º | 0.4% | 1% | - |
| XYZ | 54.18 | 42.78 | 99.17 | - |
| YUV | 179.76 | 169.9 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 254 | 0.20 | 0.40 | 0 | 0.00 | 270.3 | 0.98 | 0.8 |
| Hex | CC | 99 | FE | 14 | 28 | 0 | 0 | 10E | 62 | 50 |
| Octal | 314 | 231 | 376 | 24 | 50 | 0 | 0 | 416 | 142 | 120 |
| Binary | 11001100 | 10011001 | 11111110 | 10100 | 101000 | 0 | 0 | 100001110 | 1100010 | 1010000 |
Color Harmonies of #CC99FE
Complementary color
Monochromatic Colors of #CC99FE
Black with #CC99FE
Text Example
Text Example
White with #CC99FE
Text Example
Text Example
HTML Codes & Css Web 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>