Shades of Deep Magenta #CC2ADC
Tints of Deep Magenta #CC2ADC
RGB
CMYK
RGB Variations
Color information
#CC2ADC (or 0xCC2ADC) is known color: Deep Magenta. HEX triplet: CC, 2A and DC. RGB value is (204,42,220). Sum of RGB (Red+Green+Blue) = 204+42+220=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ADC is #33D523. Grayscale: #6E6E6E. Windows color (decimal): -3396900 or 14428876. OLE color: 14428876.
HSL color Cylindrical-coordinate representation of color #CC2ADC: hue angle of 294.61º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2ADC is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 42 | 220 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.14 |
| HSL | 294.61º | 0.72% | 0.51% | - |
| HSV(B) | 294.61º | 0.81% | 0.86% | - |
| XYZ | 38.65 | 19.66 | 69.47 | - |
| YUV | 110.73 | 189.67 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 220 | 0.07 | 0.81 | 0 | 0.14 | 294.61 | 0.72 | 0.51 |
| Hex | CC | 2A | DC | 7 | 51 | 0 | E | 127 | 48 | 33 |
| Octal | 314 | 52 | 334 | 7 | 121 | 0 | 16 | 447 | 110 | 63 |
| Binary | 11001100 | 101010 | 11011100 | 111 | 1010001 | 0 | 1110 | 100100111 | 1001000 | 110011 |
Color Harmonies of #CC2ADC
Complementary color
Monochromatic Colors of #CC2ADC
Black with #CC2ADC
Text Example
Text Example
White with #CC2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2ADC; }
p { color: rgb(204,42,220); }
H1.HeaderClassName
{
color: #CC2ADC;
}
.AnyTagClassName
{
color: #CC2ADC;
}
</style>
background-color css
<style>
a { background-color: #CC2ADC; }
a { background-color: rgb(204,42,220); }
div.DivClassName
{
background-color: #CC2ADC;
}
.BgClassName
{
background-color: #CC2ADC;
}
</style>
border-color css
<style>
span { border-color: #CC2ADC; }
span { border-color: rgb(204,42,220); }
td.TdClassName
{
border-color: #CC2ADC;
}
.TagClassName
{
border-color: #CC2ADC;
}
</style>