Shades of Mauve #CC9CFB
Tints of Mauve #CC9CFB
RGB
CMYK
RGB Variations
Color information
#CC9CFB (or 0xCC9CFB) is known color: Mauve. HEX triplet: CC, 9C and FB. RGB value is (204,156,251). Sum of RGB (Red+Green+Blue) = 204+156+251=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC9CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CFB is #336304. Grayscale: #B4B4B4. Windows color (decimal): -3367685 or 16489676. OLE color: 16489676.
HSL color Cylindrical-coordinate representation of color #CC9CFB: hue angle of 270.32º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC9CFB is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 156 | 251 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.02 |
| HSL | 270.32º | 0.92% | 0.8% | - |
| HSV(B) | 270.32º | 0.38% | 0.98% | - |
| XYZ | 54.2 | 43.58 | 96.82 | - |
| YUV | 181.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 251 | 0.19 | 0.38 | 0 | 0.02 | 270.32 | 0.92 | 0.8 |
| Hex | CC | 9C | FB | 13 | 26 | 0 | 2 | 10E | 5C | 50 |
| Octal | 314 | 234 | 373 | 23 | 46 | 0 | 2 | 416 | 134 | 120 |
| Binary | 11001100 | 10011100 | 11111011 | 10011 | 100110 | 0 | 10 | 100001110 | 1011100 | 1010000 |
Color Harmonies of #CC9CFB
Complementary color
Monochromatic Colors of #CC9CFB
Black with #CC9CFB
Text Example
Text Example
White with #CC9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CFB; }
p { color: rgb(204,156,251); }
H1.HeaderClassName
{
color: #CC9CFB;
}
.AnyTagClassName
{
color: #CC9CFB;
}
</style>
background-color css
<style>
a { background-color: #CC9CFB; }
a { background-color: rgb(204,156,251); }
div.DivClassName
{
background-color: #CC9CFB;
}
.BgClassName
{
background-color: #CC9CFB;
}
</style>
border-color css
<style>
span { border-color: #CC9CFB; }
span { border-color: rgb(204,156,251); }
td.TdClassName
{
border-color: #CC9CFB;
}
.TagClassName
{
border-color: #CC9CFB;
}
</style>