Shades of Mauve #CC98FD
Tints of Mauve #CC98FD
RGB
CMYK
RGB Variations
Color information
#CC98FD (or 0xCC98FD) is known color: Mauve. HEX triplet: CC, 98 and FD. RGB value is (204,152,253). Sum of RGB (Red+Green+Blue) = 204+152+253=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC98FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC98FD is #336702. Grayscale: #B2B2B2. Windows color (decimal): -3368707 or 16619724. OLE color: 16619724.
HSL color Cylindrical-coordinate representation of color #CC98FD: hue angle of 270.89º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC98FD is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 152 | 253 | - |
CMYK | 0.19 | 0.40 | 0 | 0.01 |
HSL | 270.89º | 0.96% | 0.79% | - |
HSV(B) | 270.89º | 0.4% | 0.99% | - |
XYZ | 53.86 | 42.39 | 98.27 | - |
YUV | 179.06 | 169.73 | 145.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 152 | 253 | 0.19 | 0.40 | 0 | 0.01 | 270.89 | 0.96 | 0.79 |
Hex | CC | 98 | FD | 13 | 28 | 0 | 1 | 10F | 60 | 4F |
Octal | 314 | 230 | 375 | 23 | 50 | 0 | 1 | 417 | 140 | 117 |
Binary | 11001100 | 10011000 | 11111101 | 10011 | 101000 | 0 | 1 | 100001111 | 1100000 | 1001111 |
Color Harmonies of #CC98FD
Complementary color
Monochromatic Colors of #CC98FD
Black with #CC98FD
Text Example
Text Example
White with #CC98FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98FD; }
p { color: rgb(204,152,253); }
H1.HeaderClassName
{
color: #CC98FD;
}
.AnyTagClassName
{
color: #CC98FD;
}
</style>
background-color css
<style>
a { background-color: #CC98FD; }
a { background-color: rgb(204,152,253); }
div.DivClassName
{
background-color: #CC98FD;
}
.BgClassName
{
background-color: #CC98FD;
}
</style>
border-color css
<style>
span { border-color: #CC98FD; }
span { border-color: rgb(204,152,253); }
td.TdClassName
{
border-color: #CC98FD;
}
.TagClassName
{
border-color: #CC98FD;
}
</style>