Shades of Mauve #CC9DFF
Tints of Mauve #CC9DFF
RGB
CMYK
RGB Variations
Color information
#CC9DFF (or 0xCC9DFF) is known color: Mauve. HEX triplet: CC, 9D and FF. RGB value is (204,157,255). Sum of RGB (Red+Green+Blue) = 204+157+255=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9DFF is #336200. Grayscale: #B5B5B5. Windows color (decimal): -3367425 or 16752076. OLE color: 16752076.
HSL color Cylindrical-coordinate representation of color #CC9DFF: hue angle of 268.78º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC9DFF is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 157 | 255 | - |
| CMYK | 0.2 | 0.38 | 0 | 0 |
| HSL | 268.78º | 1% | 0.81% | - |
| HSV(B) | 268.78º | 0.38% | 1% | - |
| XYZ | 55.01 | 44.17 | 100.23 | - |
| YUV | 182.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 255 | 0.2 | 0.38 | 0 | 0 | 268.78 | 1 | 0.81 |
| Hex | CC | 9D | FF | 14 | 26 | 0 | 0 | 10D | 64 | 51 |
| Octal | 314 | 235 | 377 | 24 | 46 | 0 | 0 | 415 | 144 | 121 |
| Binary | 11001100 | 10011101 | 11111111 | 10100 | 100110 | 0 | 0 | 100001101 | 1100100 | 1010001 |
Color Harmonies of #CC9DFF
Complementary color
Monochromatic Colors of #CC9DFF
Black with #CC9DFF
Text Example
Text Example
White with #CC9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DFF; }
p { color: rgb(204,157,255); }
H1.HeaderClassName
{
color: #CC9DFF;
}
.AnyTagClassName
{
color: #CC9DFF;
}
</style>
background-color css
<style>
a { background-color: #CC9DFF; }
a { background-color: rgb(204,157,255); }
div.DivClassName
{
background-color: #CC9DFF;
}
.BgClassName
{
background-color: #CC9DFF;
}
</style>
border-color css
<style>
span { border-color: #CC9DFF; }
span { border-color: rgb(204,157,255); }
td.TdClassName
{
border-color: #CC9DFF;
}
.TagClassName
{
border-color: #CC9DFF;
}
</style>