Shades of Deep Magenta #CC2AD9
Tints of Deep Magenta #CC2AD9
RGB
CMYK
RGB Variations
Color information
#CC2AD9 (or 0xCC2AD9) is known color: Deep Magenta. HEX triplet: CC, 2A and D9. RGB value is (204,42,217). Sum of RGB (Red+Green+Blue) = 204+42+217=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2AD9 is #33D526. Grayscale: #6D6D6D. Windows color (decimal): -3396903 or 14232268. OLE color: 14232268.
HSL color Cylindrical-coordinate representation of color #CC2AD9: hue angle of 295.54º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2AD9 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 42 | 217 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.15 |
| HSL | 295.54º | 0.7% | 0.51% | - |
| HSV(B) | 295.54º | 0.81% | 0.85% | - |
| XYZ | 38.25 | 19.5 | 67.39 | - |
| YUV | 110.39 | 188.17 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 217 | 0.06 | 0.81 | 0 | 0.15 | 295.54 | 0.7 | 0.51 |
| Hex | CC | 2A | D9 | 6 | 51 | 0 | F | 128 | 46 | 33 |
| Octal | 314 | 52 | 331 | 6 | 121 | 0 | 17 | 450 | 106 | 63 |
| Binary | 11001100 | 101010 | 11011001 | 110 | 1010001 | 0 | 1111 | 100101000 | 1000110 | 110011 |
Color Harmonies of #CC2AD9
Complementary color
Monochromatic Colors of #CC2AD9
Black with #CC2AD9
Text Example
Text Example
White with #CC2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2AD9; }
p { color: rgb(204,42,217); }
H1.HeaderClassName
{
color: #CC2AD9;
}
.AnyTagClassName
{
color: #CC2AD9;
}
</style>
background-color css
<style>
a { background-color: #CC2AD9; }
a { background-color: rgb(204,42,217); }
div.DivClassName
{
background-color: #CC2AD9;
}
.BgClassName
{
background-color: #CC2AD9;
}
</style>
border-color css
<style>
span { border-color: #CC2AD9; }
span { border-color: rgb(204,42,217); }
td.TdClassName
{
border-color: #CC2AD9;
}
.TagClassName
{
border-color: #CC2AD9;
}
</style>