Shades of Mauve #CC9CFD
Tints of Mauve #CC9CFD
RGB
CMYK
RGB Variations
Color information
#CC9CFD (or 0xCC9CFD) is known color: Mauve. HEX triplet: CC, 9C and FD. RGB value is (204,156,253). Sum of RGB (Red+Green+Blue) = 204+156+253=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CFD is #336302. Grayscale: #B5B5B5. Windows color (decimal): -3367683 or 16620748. OLE color: 16620748.
HSL color Cylindrical-coordinate representation of color #CC9CFD: hue angle of 269.69º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC9CFD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 156 | 253 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.01 |
| HSL | 269.69º | 0.96% | 0.8% | - |
| HSV(B) | 269.69º | 0.38% | 0.99% | - |
| XYZ | 54.52 | 43.71 | 98.49 | - |
| YUV | 181.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 253 | 0.19 | 0.38 | 0 | 0.01 | 269.69 | 0.96 | 0.8 |
| Hex | CC | 9C | FD | 13 | 26 | 0 | 1 | 10E | 60 | 50 |
| Octal | 314 | 234 | 375 | 23 | 46 | 0 | 1 | 416 | 140 | 120 |
| Binary | 11001100 | 10011100 | 11111101 | 10011 | 100110 | 0 | 1 | 100001110 | 1100000 | 1010000 |
Color Harmonies of #CC9CFD
Complementary color
Monochromatic Colors of #CC9CFD
Black with #CC9CFD
Text Example
Text Example
White with #CC9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CFD; }
p { color: rgb(204,156,253); }
H1.HeaderClassName
{
color: #CC9CFD;
}
.AnyTagClassName
{
color: #CC9CFD;
}
</style>
background-color css
<style>
a { background-color: #CC9CFD; }
a { background-color: rgb(204,156,253); }
div.DivClassName
{
background-color: #CC9CFD;
}
.BgClassName
{
background-color: #CC9CFD;
}
</style>
border-color css
<style>
span { border-color: #CC9CFD; }
span { border-color: rgb(204,156,253); }
td.TdClassName
{
border-color: #CC9CFD;
}
.TagClassName
{
border-color: #CC9CFD;
}
</style>