Shades of Mauve #CC96FE
Tints of Mauve #CC96FE
RGB
CMYK
RGB Variations
Color information
#CC96FE (or 0xCC96FE) is known color: Mauve. HEX triplet: CC, 96 and FE. RGB value is (204,150,254). Sum of RGB (Red+Green+Blue) = 204+150+254=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96FE is #336901. Grayscale: #B1B1B1. Windows color (decimal): -3369218 or 16684748. OLE color: 16684748.
HSL color Cylindrical-coordinate representation of color #CC96FE: hue angle of 271.15º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC96FE is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 150 | 254 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.00 |
| HSL | 271.15º | 0.98% | 0.79% | - |
| HSV(B) | 271.15º | 0.41% | 1% | - |
| XYZ | 53.7 | 41.81 | 99.01 | - |
| YUV | 178 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 254 | 0.20 | 0.41 | 0 | 0.00 | 271.15 | 0.98 | 0.79 |
| Hex | CC | 96 | FE | 14 | 29 | 0 | 0 | 10F | 62 | 4F |
| Octal | 314 | 226 | 376 | 24 | 51 | 0 | 0 | 417 | 142 | 117 |
| Binary | 11001100 | 10010110 | 11111110 | 10100 | 101001 | 0 | 0 | 100001111 | 1100010 | 1001111 |
Color Harmonies of #CC96FE
Complementary color
Monochromatic Colors of #CC96FE
Black with #CC96FE
Text Example
Text Example
White with #CC96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96FE; }
p { color: rgb(204,150,254); }
H1.HeaderClassName
{
color: #CC96FE;
}
.AnyTagClassName
{
color: #CC96FE;
}
</style>
background-color css
<style>
a { background-color: #CC96FE; }
a { background-color: rgb(204,150,254); }
div.DivClassName
{
background-color: #CC96FE;
}
.BgClassName
{
background-color: #CC96FE;
}
</style>
border-color css
<style>
span { border-color: #CC96FE; }
span { border-color: rgb(204,150,254); }
td.TdClassName
{
border-color: #CC96FE;
}
.TagClassName
{
border-color: #CC96FE;
}
</style>