Shades of Deep Magenta #CC0CDA
Tints of Deep Magenta #CC0CDA
RGB
CMYK
RGB Variations
Color information
#CC0CDA (or 0xCC0CDA) is known color: Deep Magenta. HEX triplet: CC, 0C and DA. RGB value is (204,12,218). Sum of RGB (Red+Green+Blue) = 204+12+218=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC0CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CDA is #33F325. Grayscale: #5C5C5C. Windows color (decimal): -3404582 or 14290124. OLE color: 14290124.
HSL color Cylindrical-coordinate representation of color #CC0CDA: hue angle of 295.92º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0CDA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 12 | 218 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.15 |
| HSL | 295.92º | 0.9% | 0.45% | - |
| HSV(B) | 295.92º | 0.94% | 0.85% | - |
| XYZ | 37.69 | 18.16 | 67.85 | - |
| YUV | 92.89 | 198.61 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 218 | 0.06 | 0.94 | 0 | 0.15 | 295.92 | 0.9 | 0.45 |
| Hex | CC | C | DA | 6 | 5E | 0 | F | 128 | 5A | 2D |
| Octal | 314 | 14 | 332 | 6 | 136 | 0 | 17 | 450 | 132 | 55 |
| Binary | 11001100 | 1100 | 11011010 | 110 | 1011110 | 0 | 1111 | 100101000 | 1011010 | 101101 |
Color Harmonies of #CC0CDA
Complementary color
Monochromatic Colors of #CC0CDA
Black with #CC0CDA
Text Example
Text Example
White with #CC0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CDA; }
p { color: rgb(204,12,218); }
H1.HeaderClassName
{
color: #CC0CDA;
}
.AnyTagClassName
{
color: #CC0CDA;
}
</style>
background-color css
<style>
a { background-color: #CC0CDA; }
a { background-color: rgb(204,12,218); }
div.DivClassName
{
background-color: #CC0CDA;
}
.BgClassName
{
background-color: #CC0CDA;
}
</style>
border-color css
<style>
span { border-color: #CC0CDA; }
span { border-color: rgb(204,12,218); }
td.TdClassName
{
border-color: #CC0CDA;
}
.TagClassName
{
border-color: #CC0CDA;
}
</style>