Shades of Mauve #CC96FF
Tints of Mauve #CC96FF
RGB
CMYK
RGB Variations
Color information
#CC96FF (or 0xCC96FF) is known color: Mauve. HEX triplet: CC, 96 and FF. RGB value is (204,150,255). Sum of RGB (Red+Green+Blue) = 204+150+255=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96FF is #336900. Grayscale: #B1B1B1. Windows color (decimal): -3369217 or 16750284. OLE color: 16750284.
HSL color Cylindrical-coordinate representation of color #CC96FF: hue angle of 270.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC96FF is Cyan = 0.2, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 150 | 255 | - |
| CMYK | 0.2 | 0.41 | 0 | 0 |
| HSL | 270.86º | 1% | 0.79% | - |
| HSV(B) | 270.86º | 0.41% | 1% | - |
| XYZ | 53.86 | 41.87 | 99.85 | - |
| YUV | 178.12 | 171.39 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 255 | 0.2 | 0.41 | 0 | 0 | 270.86 | 1 | 0.79 |
| Hex | CC | 96 | FF | 14 | 29 | 0 | 0 | 10F | 64 | 4F |
| Octal | 314 | 226 | 377 | 24 | 51 | 0 | 0 | 417 | 144 | 117 |
| Binary | 11001100 | 10010110 | 11111111 | 10100 | 101001 | 0 | 0 | 100001111 | 1100100 | 1001111 |
Color Harmonies of #CC96FF
Complementary color
Monochromatic Colors of #CC96FF
Black with #CC96FF
Text Example
Text Example
White with #CC96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96FF; }
p { color: rgb(204,150,255); }
H1.HeaderClassName
{
color: #CC96FF;
}
.AnyTagClassName
{
color: #CC96FF;
}
</style>
background-color css
<style>
a { background-color: #CC96FF; }
a { background-color: rgb(204,150,255); }
div.DivClassName
{
background-color: #CC96FF;
}
.BgClassName
{
background-color: #CC96FF;
}
</style>
border-color css
<style>
span { border-color: #CC96FF; }
span { border-color: rgb(204,150,255); }
td.TdClassName
{
border-color: #CC96FF;
}
.TagClassName
{
border-color: #CC96FF;
}
</style>