Shades of Mauve #CC9EFC
Tints of Mauve #CC9EFC
RGB
CMYK
RGB Variations
Color information
#CC9EFC (or 0xCC9EFC) is known color: Mauve. HEX triplet: CC, 9E and FC. RGB value is (204,158,252). Sum of RGB (Red+Green+Blue) = 204+158+252=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EFC is #336103. Grayscale: #B6B6B6. Windows color (decimal): -3367172 or 16555724. OLE color: 16555724.
HSL color Cylindrical-coordinate representation of color #CC9EFC: hue angle of 269.36º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9EFC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 158 | 252 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.01 |
| HSL | 269.36º | 0.94% | 0.8% | - |
| HSV(B) | 269.36º | 0.37% | 0.99% | - |
| XYZ | 54.7 | 44.32 | 97.77 | - |
| YUV | 182.47 | 167.24 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 252 | 0.19 | 0.37 | 0 | 0.01 | 269.36 | 0.94 | 0.8 |
| Hex | CC | 9E | FC | 13 | 25 | 0 | 1 | 10D | 5E | 50 |
| Octal | 314 | 236 | 374 | 23 | 45 | 0 | 1 | 415 | 136 | 120 |
| Binary | 11001100 | 10011110 | 11111100 | 10011 | 100101 | 0 | 1 | 100001101 | 1011110 | 1010000 |
Color Harmonies of #CC9EFC
Complementary color
Monochromatic Colors of #CC9EFC
Black with #CC9EFC
Text Example
Text Example
White with #CC9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9EFC; }
p { color: rgb(204,158,252); }
H1.HeaderClassName
{
color: #CC9EFC;
}
.AnyTagClassName
{
color: #CC9EFC;
}
</style>
background-color css
<style>
a { background-color: #CC9EFC; }
a { background-color: rgb(204,158,252); }
div.DivClassName
{
background-color: #CC9EFC;
}
.BgClassName
{
background-color: #CC9EFC;
}
</style>
border-color css
<style>
span { border-color: #CC9EFC; }
span { border-color: rgb(204,158,252); }
td.TdClassName
{
border-color: #CC9EFC;
}
.TagClassName
{
border-color: #CC9EFC;
}
</style>