Shades of Deep Magenta #DE02C0
Tints of Deep Magenta #DE02C0
RGB
CMYK
RGB Variations
Color information
#DE02C0 (or 0xDE02C0) is known color: Deep Magenta. HEX triplet: DE, 02 and C0. RGB value is (222,2,192). Sum of RGB (Red+Green+Blue) = 222+2+192=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE02C0 is #21FD3F. Grayscale: #585858. Windows color (decimal): -2227520 or 12583646. OLE color: 12583646.
HSL color Cylindrical-coordinate representation of color #DE02C0: hue angle of 308.18º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE02C0 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.13 |
| HSL | 308.18º | 0.98% | 0.44% | - |
| HSV(B) | 308.18º | 0.99% | 0.87% | - |
| XYZ | 39.66 | 19.38 | 51.52 | - |
| YUV | 89.44 | 185.89 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 192 | 0 | 0.99 | 0.14 | 0.13 | 308.18 | 0.98 | 0.44 |
| Hex | DE | 2 | C0 | 0 | 63 | E | D | 134 | 62 | 2C |
| Octal | 336 | 2 | 300 | 0 | 143 | 16 | 15 | 464 | 142 | 54 |
| Binary | 11011110 | 10 | 11000000 | 0 | 1100011 | 1110 | 1101 | 100110100 | 1100010 | 101100 |
Color Harmonies of #DE02C0
Complementary color
Monochromatic Colors of #DE02C0
Black with #DE02C0
Text Example
Text Example
White with #DE02C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE02C0; }
p { color: rgb(222,2,192); }
H1.HeaderClassName
{
color: #DE02C0;
}
.AnyTagClassName
{
color: #DE02C0;
}
</style>
background-color css
<style>
a { background-color: #DE02C0; }
a { background-color: rgb(222,2,192); }
div.DivClassName
{
background-color: #DE02C0;
}
.BgClassName
{
background-color: #DE02C0;
}
</style>
border-color css
<style>
span { border-color: #DE02C0; }
span { border-color: rgb(222,2,192); }
td.TdClassName
{
border-color: #DE02C0;
}
.TagClassName
{
border-color: #DE02C0;
}
</style>