Shades of Mauve #CC9CFC
Tints of Mauve #CC9CFC
RGB
CMYK
RGB Variations
Color information
#CC9CFC (or 0xCC9CFC) is known color: Mauve. HEX triplet: CC, 9C and FC. RGB value is (204,156,252). Sum of RGB (Red+Green+Blue) = 204+156+252=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CFC is #336303. Grayscale: #B4B4B4. Windows color (decimal): -3367684 or 16555212. OLE color: 16555212.
HSL color Cylindrical-coordinate representation of color #CC9CFC: hue angle of 270º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC9CFC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 156 | 252 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.01 |
| HSL | 270º | 0.94% | 0.8% | - |
| HSV(B) | 270º | 0.38% | 0.99% | - |
| XYZ | 54.36 | 43.64 | 97.65 | - |
| YUV | 181.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 252 | 0.19 | 0.38 | 0 | 0.01 | 270 | 0.94 | 0.8 |
| Hex | CC | 9C | FC | 13 | 26 | 0 | 1 | 10E | 5E | 50 |
| Octal | 314 | 234 | 374 | 23 | 46 | 0 | 1 | 416 | 136 | 120 |
| Binary | 11001100 | 10011100 | 11111100 | 10011 | 100110 | 0 | 1 | 100001110 | 1011110 | 1010000 |
Color Harmonies of #CC9CFC
Complementary color
Monochromatic Colors of #CC9CFC
Black with #CC9CFC
Text Example
Text Example
White with #CC9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CFC; }
p { color: rgb(204,156,252); }
H1.HeaderClassName
{
color: #CC9CFC;
}
.AnyTagClassName
{
color: #CC9CFC;
}
</style>
background-color css
<style>
a { background-color: #CC9CFC; }
a { background-color: rgb(204,156,252); }
div.DivClassName
{
background-color: #CC9CFC;
}
.BgClassName
{
background-color: #CC9CFC;
}
</style>
border-color css
<style>
span { border-color: #CC9CFC; }
span { border-color: rgb(204,156,252); }
td.TdClassName
{
border-color: #CC9CFC;
}
.TagClassName
{
border-color: #CC9CFC;
}
</style>