Shades of Mauve #CC9BFE
Tints of Mauve #CC9BFE
RGB
CMYK
RGB Variations
Color information
#CC9BFE (or 0xCC9BFE) is known color: Mauve. HEX triplet: CC, 9B and FE. RGB value is (204,155,254). Sum of RGB (Red+Green+Blue) = 204+155+254=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BFE is #336401. Grayscale: #B4B4B4. Windows color (decimal): -3367938 or 16686028. OLE color: 16686028.
HSL color Cylindrical-coordinate representation of color #CC9BFE: hue angle of 269.7º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC9BFE is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 155 | 254 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.00 |
| HSL | 269.7º | 0.98% | 0.8% | - |
| HSV(B) | 269.7º | 0.39% | 1% | - |
| XYZ | 54.51 | 43.44 | 99.28 | - |
| YUV | 180.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 254 | 0.20 | 0.39 | 0 | 0.00 | 269.7 | 0.98 | 0.8 |
| Hex | CC | 9B | FE | 14 | 27 | 0 | 0 | 10E | 62 | 50 |
| Octal | 314 | 233 | 376 | 24 | 47 | 0 | 0 | 416 | 142 | 120 |
| Binary | 11001100 | 10011011 | 11111110 | 10100 | 100111 | 0 | 0 | 100001110 | 1100010 | 1010000 |
Color Harmonies of #CC9BFE
Complementary color
Monochromatic Colors of #CC9BFE
Black with #CC9BFE
Text Example
Text Example
White with #CC9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BFE; }
p { color: rgb(204,155,254); }
H1.HeaderClassName
{
color: #CC9BFE;
}
.AnyTagClassName
{
color: #CC9BFE;
}
</style>
background-color css
<style>
a { background-color: #CC9BFE; }
a { background-color: rgb(204,155,254); }
div.DivClassName
{
background-color: #CC9BFE;
}
.BgClassName
{
background-color: #CC9BFE;
}
</style>
border-color css
<style>
span { border-color: #CC9BFE; }
span { border-color: rgb(204,155,254); }
td.TdClassName
{
border-color: #CC9BFE;
}
.TagClassName
{
border-color: #CC9BFE;
}
</style>