Shades of Mauve #CC9CFF
Tints of Mauve #CC9CFF
RGB
CMYK
RGB Variations
Color information
#CC9CFF (or 0xCC9CFF) is known color: Mauve. HEX triplet: CC, 9C and FF. RGB value is (204,156,255). Sum of RGB (Red+Green+Blue) = 204+156+255=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CFF is #336300. Grayscale: #B5B5B5. Windows color (decimal): -3367681 or 16751820. OLE color: 16751820.
HSL color Cylindrical-coordinate representation of color #CC9CFF: hue angle of 269.09º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC9CFF is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 156 | 255 | - |
| CMYK | 0.2 | 0.39 | 0 | 0 |
| HSL | 269.09º | 1% | 0.81% | - |
| HSV(B) | 269.09º | 0.39% | 1% | - |
| XYZ | 54.84 | 43.83 | 100.18 | - |
| YUV | 181.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 255 | 0.2 | 0.39 | 0 | 0 | 269.09 | 1 | 0.81 |
| Hex | CC | 9C | FF | 14 | 27 | 0 | 0 | 10D | 64 | 51 |
| Octal | 314 | 234 | 377 | 24 | 47 | 0 | 0 | 415 | 144 | 121 |
| Binary | 11001100 | 10011100 | 11111111 | 10100 | 100111 | 0 | 0 | 100001101 | 1100100 | 1010001 |
Color Harmonies of #CC9CFF
Complementary color
Monochromatic Colors of #CC9CFF
Black with #CC9CFF
Text Example
Text Example
White with #CC9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CFF; }
p { color: rgb(204,156,255); }
H1.HeaderClassName
{
color: #CC9CFF;
}
.AnyTagClassName
{
color: #CC9CFF;
}
</style>
background-color css
<style>
a { background-color: #CC9CFF; }
a { background-color: rgb(204,156,255); }
div.DivClassName
{
background-color: #CC9CFF;
}
.BgClassName
{
background-color: #CC9CFF;
}
</style>
border-color css
<style>
span { border-color: #CC9CFF; }
span { border-color: rgb(204,156,255); }
td.TdClassName
{
border-color: #CC9CFF;
}
.TagClassName
{
border-color: #CC9CFF;
}
</style>