Shades of Mauve #CC96FA
Tints of Mauve #CC96FA
RGB
CMYK
RGB Variations
Color information
#CC96FA (or 0xCC96FA) is known color: Mauve. HEX triplet: CC, 96 and FA. RGB value is (204,150,250). Sum of RGB (Red+Green+Blue) = 204+150+250=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96FA is #336905. Grayscale: #B1B1B1. Windows color (decimal): -3369222 or 16422604. OLE color: 16422604.
HSL color Cylindrical-coordinate representation of color #CC96FA: hue angle of 272.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC96FA is Cyan = 0.18, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 150 | 250 | - |
| CMYK | 0.18 | 0.4 | 0 | 0.02 |
| HSL | 272.4º | 0.91% | 0.78% | - |
| HSV(B) | 272.4º | 0.4% | 0.98% | - |
| XYZ | 53.06 | 41.55 | 95.67 | - |
| YUV | 177.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 250 | 0.18 | 0.4 | 0 | 0.02 | 272.4 | 0.91 | 0.78 |
| Hex | CC | 96 | FA | 12 | 28 | 0 | 2 | 110 | 5B | 4E |
| Octal | 314 | 226 | 372 | 22 | 50 | 0 | 2 | 420 | 133 | 116 |
| Binary | 11001100 | 10010110 | 11111010 | 10010 | 101000 | 0 | 10 | 100010000 | 1011011 | 1001110 |
Color Harmonies of #CC96FA
Complementary color
Monochromatic Colors of #CC96FA
Black with #CC96FA
Text Example
Text Example
White with #CC96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96FA; }
p { color: rgb(204,150,250); }
H1.HeaderClassName
{
color: #CC96FA;
}
.AnyTagClassName
{
color: #CC96FA;
}
</style>
background-color css
<style>
a { background-color: #CC96FA; }
a { background-color: rgb(204,150,250); }
div.DivClassName
{
background-color: #CC96FA;
}
.BgClassName
{
background-color: #CC96FA;
}
</style>
border-color css
<style>
span { border-color: #CC96FA; }
span { border-color: rgb(204,150,250); }
td.TdClassName
{
border-color: #CC96FA;
}
.TagClassName
{
border-color: #CC96FA;
}
</style>