Shades of Mauve #CC9EFF
Tints of Mauve #CC9EFF
RGB
CMYK
RGB Variations
Color information
#CC9EFF (or 0xCC9EFF) is known color: Mauve. HEX triplet: CC, 9E and FF. RGB value is (204,158,255). Sum of RGB (Red+Green+Blue) = 204+158+255=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EFF is #336100. Grayscale: #B6B6B6. Windows color (decimal): -3367169 or 16752332. OLE color: 16752332.
HSL color Cylindrical-coordinate representation of color #CC9EFF: hue angle of 268.45º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC9EFF is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 158 | 255 | - |
| CMYK | 0.2 | 0.38 | 0 | 0 |
| HSL | 268.45º | 1% | 0.81% | - |
| HSV(B) | 268.45º | 0.38% | 1% | - |
| XYZ | 55.18 | 44.51 | 100.29 | - |
| YUV | 182.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 255 | 0.2 | 0.38 | 0 | 0 | 268.45 | 1 | 0.81 |
| Hex | CC | 9E | FF | 14 | 26 | 0 | 0 | 10C | 64 | 51 |
| Octal | 314 | 236 | 377 | 24 | 46 | 0 | 0 | 414 | 144 | 121 |
| Binary | 11001100 | 10011110 | 11111111 | 10100 | 100110 | 0 | 0 | 100001100 | 1100100 | 1010001 |
Color Harmonies of #CC9EFF
Complementary color
Monochromatic Colors of #CC9EFF
Black with #CC9EFF
Text Example
Text Example
White with #CC9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9EFF; }
p { color: rgb(204,158,255); }
H1.HeaderClassName
{
color: #CC9EFF;
}
.AnyTagClassName
{
color: #CC9EFF;
}
</style>
background-color css
<style>
a { background-color: #CC9EFF; }
a { background-color: rgb(204,158,255); }
div.DivClassName
{
background-color: #CC9EFF;
}
.BgClassName
{
background-color: #CC9EFF;
}
</style>
border-color css
<style>
span { border-color: #CC9EFF; }
span { border-color: rgb(204,158,255); }
td.TdClassName
{
border-color: #CC9EFF;
}
.TagClassName
{
border-color: #CC9EFF;
}
</style>