Shades of Mauve #CC9BFC
Tints of Mauve #CC9BFC
RGB
CMYK
RGB Variations
Color information
#CC9BFC (or 0xCC9BFC) is known color: Mauve. HEX triplet: CC, 9B and FC. RGB value is (204,155,252). Sum of RGB (Red+Green+Blue) = 204+155+252=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BFC is #336403. Grayscale: #B4B4B4. Windows color (decimal): -3367940 or 16554956. OLE color: 16554956.
HSL color Cylindrical-coordinate representation of color #CC9BFC: hue angle of 270.31º 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 #CC9BFC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 155 | 252 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.01 |
| HSL | 270.31º | 0.94% | 0.8% | - |
| HSV(B) | 270.31º | 0.38% | 0.99% | - |
| XYZ | 54.19 | 43.31 | 97.6 | - |
| YUV | 180.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 252 | 0.19 | 0.38 | 0 | 0.01 | 270.31 | 0.94 | 0.8 |
| Hex | CC | 9B | FC | 13 | 26 | 0 | 1 | 10E | 5E | 50 |
| Octal | 314 | 233 | 374 | 23 | 46 | 0 | 1 | 416 | 136 | 120 |
| Binary | 11001100 | 10011011 | 11111100 | 10011 | 100110 | 0 | 1 | 100001110 | 1011110 | 1010000 |
Color Harmonies of #CC9BFC
Complementary color
Monochromatic Colors of #CC9BFC
Black with #CC9BFC
Text Example
Text Example
White with #CC9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BFC; }
p { color: rgb(204,155,252); }
H1.HeaderClassName
{
color: #CC9BFC;
}
.AnyTagClassName
{
color: #CC9BFC;
}
</style>
background-color css
<style>
a { background-color: #CC9BFC; }
a { background-color: rgb(204,155,252); }
div.DivClassName
{
background-color: #CC9BFC;
}
.BgClassName
{
background-color: #CC9BFC;
}
</style>
border-color css
<style>
span { border-color: #CC9BFC; }
span { border-color: rgb(204,155,252); }
td.TdClassName
{
border-color: #CC9BFC;
}
.TagClassName
{
border-color: #CC9BFC;
}
</style>