Shades of Deep Magenta #CC0CCC
Tints of Deep Magenta #CC0CCC
RGB
CMYK
RGB Variations
Color information
#CC0CCC (or 0xCC0CCC) is known color: Deep Magenta. HEX triplet: CC, 0C and CC. RGB value is (204,12,204). Sum of RGB (Red+Green+Blue) = 204+12+204=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CCC is #33F333. Grayscale: #5A5A5A. Windows color (decimal): -3404596 or 13372620. OLE color: 13372620.
HSL color Cylindrical-coordinate representation of color #CC0CCC: hue angle of 300º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0CCC is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 204 | - |
| CMYK | 0 | 0.94 | 0 | 0.2 |
| HSL | 300º | 0.89% | 0.42% | - |
| HSV(B) | 300º | 0.94% | 0.8% | - |
| XYZ | 35.93 | 17.46 | 58.6 | - |
| YUV | 91.3 | 191.61 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 204 | 0 | 0.94 | 0 | 0.2 | 300 | 0.89 | 0.42 |
| Hex | CC | C | CC | 0 | 5E | 0 | 14 | 12C | 59 | 2A |
| Octal | 314 | 14 | 314 | 0 | 136 | 0 | 24 | 454 | 131 | 52 |
| Binary | 11001100 | 1100 | 11001100 | 0 | 1011110 | 0 | 10100 | 100101100 | 1011001 | 101010 |
Color Harmonies of #CC0CCC
Complementary color
Monochromatic Colors of #CC0CCC
Black with #CC0CCC
Text Example
Text Example
White with #CC0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CCC; }
p { color: rgb(204,12,204); }
H1.HeaderClassName
{
color: #CC0CCC;
}
.AnyTagClassName
{
color: #CC0CCC;
}
</style>
background-color css
<style>
a { background-color: #CC0CCC; }
a { background-color: rgb(204,12,204); }
div.DivClassName
{
background-color: #CC0CCC;
}
.BgClassName
{
background-color: #CC0CCC;
}
</style>
border-color css
<style>
span { border-color: #CC0CCC; }
span { border-color: rgb(204,12,204); }
td.TdClassName
{
border-color: #CC0CCC;
}
.TagClassName
{
border-color: #CC0CCC;
}
</style>