Shades of Deep Magenta #DC20CE
Tints of Deep Magenta #DC20CE
RGB
CMYK
RGB Variations
Color information
#DC20CE (or 0xDC20CE) is known color: Deep Magenta. HEX triplet: DC, 20 and CE. RGB value is (220,32,206). Sum of RGB (Red+Green+Blue) = 220+32+206=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20CE is #23DF31. Grayscale: #6B6B6B. Windows color (decimal): -2350898 or 13508828. OLE color: 13508828.
HSL color Cylindrical-coordinate representation of color #DC20CE: hue angle of 304.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20CE is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 206 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.14 |
| HSL | 304.47º | 0.75% | 0.49% | - |
| HSV(B) | 304.47º | 0.85% | 0.86% | - |
| XYZ | 41.17 | 20.7 | 60.22 | - |
| YUV | 108.05 | 183.28 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 206 | 0 | 0.85 | 0.06 | 0.14 | 304.47 | 0.75 | 0.49 |
| Hex | DC | 20 | CE | 0 | 55 | 6 | E | 130 | 4B | 31 |
| Octal | 334 | 40 | 316 | 0 | 125 | 6 | 16 | 460 | 113 | 61 |
| Binary | 11011100 | 100000 | 11001110 | 0 | 1010101 | 110 | 1110 | 100110000 | 1001011 | 110001 |
Color Harmonies of #DC20CE
Complementary color
Monochromatic Colors of #DC20CE
Black with #DC20CE
Text Example
Text Example
White with #DC20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20CE; }
p { color: rgb(220,32,206); }
H1.HeaderClassName
{
color: #DC20CE;
}
.AnyTagClassName
{
color: #DC20CE;
}
</style>
background-color css
<style>
a { background-color: #DC20CE; }
a { background-color: rgb(220,32,206); }
div.DivClassName
{
background-color: #DC20CE;
}
.BgClassName
{
background-color: #DC20CE;
}
</style>
border-color css
<style>
span { border-color: #DC20CE; }
span { border-color: rgb(220,32,206); }
td.TdClassName
{
border-color: #DC20CE;
}
.TagClassName
{
border-color: #DC20CE;
}
</style>