Shades of Deep Magenta #CC2ADE
Tints of Deep Magenta #CC2ADE
RGB
CMYK
RGB Variations
Color information
#CC2ADE (or 0xCC2ADE) is known color: Deep Magenta. HEX triplet: CC, 2A and DE. RGB value is (204,42,222). Sum of RGB (Red+Green+Blue) = 204+42+222=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC2ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2ADE is #33D521. Grayscale: #6E6E6E. Windows color (decimal): -3396898 or 14559948. OLE color: 14559948.
HSL color Cylindrical-coordinate representation of color #CC2ADE: hue angle of 294º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2ADE is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 42 | 222 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.13 |
| HSL | 294º | 0.73% | 0.52% | - |
| HSV(B) | 294º | 0.81% | 0.87% | - |
| XYZ | 38.91 | 19.77 | 70.87 | - |
| YUV | 110.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 222 | 0.08 | 0.81 | 0 | 0.13 | 294 | 0.73 | 0.52 |
| Hex | CC | 2A | DE | 8 | 51 | 0 | D | 126 | 49 | 34 |
| Octal | 314 | 52 | 336 | 10 | 121 | 0 | 15 | 446 | 111 | 64 |
| Binary | 11001100 | 101010 | 11011110 | 1000 | 1010001 | 0 | 1101 | 100100110 | 1001001 | 110100 |
Color Harmonies of #CC2ADE
Complementary color
Monochromatic Colors of #CC2ADE
Black with #CC2ADE
Text Example
Text Example
White with #CC2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2ADE; }
p { color: rgb(204,42,222); }
H1.HeaderClassName
{
color: #CC2ADE;
}
.AnyTagClassName
{
color: #CC2ADE;
}
</style>
background-color css
<style>
a { background-color: #CC2ADE; }
a { background-color: rgb(204,42,222); }
div.DivClassName
{
background-color: #CC2ADE;
}
.BgClassName
{
background-color: #CC2ADE;
}
</style>
border-color css
<style>
span { border-color: #CC2ADE; }
span { border-color: rgb(204,42,222); }
td.TdClassName
{
border-color: #CC2ADE;
}
.TagClassName
{
border-color: #CC2ADE;
}
</style>