Shades of Mauve #CC98FE
Tints of Mauve #CC98FE
RGB
CMYK
RGB Variations
Color information
#CC98FE (or 0xCC98FE) is known color: Mauve. HEX triplet: CC, 98 and FE. RGB value is (204,152,254). Sum of RGB (Red+Green+Blue) = 204+152+254=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC98FE is #336701. Grayscale: #B2B2B2. Windows color (decimal): -3368706 or 16685260. OLE color: 16685260.
HSL color Cylindrical-coordinate representation of color #CC98FE: hue angle of 270.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC98FE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 152 | 254 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.00 |
| HSL | 270.59º | 0.98% | 0.8% | - |
| HSV(B) | 270.59º | 0.4% | 1% | - |
| XYZ | 54.02 | 42.45 | 99.11 | - |
| YUV | 179.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 254 | 0.20 | 0.40 | 0 | 0.00 | 270.59 | 0.98 | 0.8 |
| Hex | CC | 98 | FE | 14 | 28 | 0 | 0 | 10F | 62 | 50 |
| Octal | 314 | 230 | 376 | 24 | 50 | 0 | 0 | 417 | 142 | 120 |
| Binary | 11001100 | 10011000 | 11111110 | 10100 | 101000 | 0 | 0 | 100001111 | 1100010 | 1010000 |
Color Harmonies of #CC98FE
Complementary color
Monochromatic Colors of #CC98FE
Black with #CC98FE
Text Example
Text Example
White with #CC98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98FE; }
p { color: rgb(204,152,254); }
H1.HeaderClassName
{
color: #CC98FE;
}
.AnyTagClassName
{
color: #CC98FE;
}
</style>
background-color css
<style>
a { background-color: #CC98FE; }
a { background-color: rgb(204,152,254); }
div.DivClassName
{
background-color: #CC98FE;
}
.BgClassName
{
background-color: #CC98FE;
}
</style>
border-color css
<style>
span { border-color: #CC98FE; }
span { border-color: rgb(204,152,254); }
td.TdClassName
{
border-color: #CC98FE;
}
.TagClassName
{
border-color: #CC98FE;
}
</style>