Shades of Deep Magenta #CC2AD8
Tints of Deep Magenta #CC2AD8
RGB
CMYK
RGB Variations
Color information
#CC2AD8 (or 0xCC2AD8) is known color: Deep Magenta. HEX triplet: CC, 2A and D8. RGB value is (204,42,216). Sum of RGB (Red+Green+Blue) = 204+42+216=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC2AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2AD8 is #33D527. Grayscale: #6D6D6D. Windows color (decimal): -3396904 or 14166732. OLE color: 14166732.
HSL color Cylindrical-coordinate representation of color #CC2AD8: hue angle of 295.86º degrees, saturation: 0.69, 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 #CC2AD8 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 42 | 216 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.15 |
| HSL | 295.86º | 0.69% | 0.51% | - |
| HSV(B) | 295.86º | 0.81% | 0.85% | - |
| XYZ | 38.12 | 19.45 | 66.71 | - |
| YUV | 110.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 216 | 0.06 | 0.81 | 0 | 0.15 | 295.86 | 0.69 | 0.51 |
| Hex | CC | 2A | D8 | 6 | 51 | 0 | F | 128 | 45 | 33 |
| Octal | 314 | 52 | 330 | 6 | 121 | 0 | 17 | 450 | 105 | 63 |
| Binary | 11001100 | 101010 | 11011000 | 110 | 1010001 | 0 | 1111 | 100101000 | 1000101 | 110011 |
Color Harmonies of #CC2AD8
Complementary color
Monochromatic Colors of #CC2AD8
Black with #CC2AD8
Text Example
Text Example
White with #CC2AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2AD8; }
p { color: rgb(204,42,216); }
H1.HeaderClassName
{
color: #CC2AD8;
}
.AnyTagClassName
{
color: #CC2AD8;
}
</style>
background-color css
<style>
a { background-color: #CC2AD8; }
a { background-color: rgb(204,42,216); }
div.DivClassName
{
background-color: #CC2AD8;
}
.BgClassName
{
background-color: #CC2AD8;
}
</style>
border-color css
<style>
span { border-color: #CC2AD8; }
span { border-color: rgb(204,42,216); }
td.TdClassName
{
border-color: #CC2AD8;
}
.TagClassName
{
border-color: #CC2AD8;
}
</style>