Shades of Deep Magenta #CC0CCE
Tints of Deep Magenta #CC0CCE
RGB
CMYK
RGB Variations
Color information
#CC0CCE (or 0xCC0CCE) is known color: Deep Magenta. HEX triplet: CC, 0C and CE. RGB value is (204,12,206). Sum of RGB (Red+Green+Blue) = 204+12+206=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC0CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CCE is #33F331. Grayscale: #5A5A5A. Windows color (decimal): -3404594 or 13503692. OLE color: 13503692.
HSL color Cylindrical-coordinate representation of color #CC0CCE: hue angle of 299.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0CCE is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 12 | 206 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.19 |
| HSL | 299.38º | 0.89% | 0.43% | - |
| HSV(B) | 299.38º | 0.94% | 0.81% | - |
| XYZ | 36.17 | 17.56 | 59.87 | - |
| YUV | 91.52 | 192.61 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 206 | 0.01 | 0.94 | 0 | 0.19 | 299.38 | 0.89 | 0.43 |
| Hex | CC | C | CE | 1 | 5E | 0 | 13 | 12B | 59 | 2B |
| Octal | 314 | 14 | 316 | 1 | 136 | 0 | 23 | 453 | 131 | 53 |
| Binary | 11001100 | 1100 | 11001110 | 1 | 1011110 | 0 | 10011 | 100101011 | 1011001 | 101011 |
Color Harmonies of #CC0CCE
Complementary color
Monochromatic Colors of #CC0CCE
Black with #CC0CCE
Text Example
Text Example
White with #CC0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CCE; }
p { color: rgb(204,12,206); }
H1.HeaderClassName
{
color: #CC0CCE;
}
.AnyTagClassName
{
color: #CC0CCE;
}
</style>
background-color css
<style>
a { background-color: #CC0CCE; }
a { background-color: rgb(204,12,206); }
div.DivClassName
{
background-color: #CC0CCE;
}
.BgClassName
{
background-color: #CC0CCE;
}
</style>
border-color css
<style>
span { border-color: #CC0CCE; }
span { border-color: rgb(204,12,206); }
td.TdClassName
{
border-color: #CC0CCE;
}
.TagClassName
{
border-color: #CC0CCE;
}
</style>