Shades of Deep Magenta #DC1EC7
Tints of Deep Magenta #DC1EC7
RGB
CMYK
RGB Variations
Color information
#DC1EC7 (or 0xDC1EC7) is known color: Deep Magenta. HEX triplet: DC, 1E and C7. RGB value is (220,30,199). Sum of RGB (Red+Green+Blue) = 220+30+199=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1EC7 is #23E138. Grayscale: #696969. Windows color (decimal): -2351417 or 13049564. OLE color: 13049564.
HSL color Cylindrical-coordinate representation of color #DC1EC7: hue angle of 306.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1EC7 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 199 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.14 |
| HSL | 306.63º | 0.76% | 0.49% | - |
| HSV(B) | 306.63º | 0.86% | 0.86% | - |
| XYZ | 40.29 | 20.27 | 55.82 | - |
| YUV | 106.08 | 180.45 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 199 | 0 | 0.86 | 0.10 | 0.14 | 306.63 | 0.76 | 0.49 |
| Hex | DC | 1E | C7 | 0 | 56 | A | E | 133 | 4C | 31 |
| Octal | 334 | 36 | 307 | 0 | 126 | 12 | 16 | 463 | 114 | 61 |
| Binary | 11011100 | 11110 | 11000111 | 0 | 1010110 | 1010 | 1110 | 100110011 | 1001100 | 110001 |
Color Harmonies of #DC1EC7
Complementary color
Monochromatic Colors of #DC1EC7
Black with #DC1EC7
Text Example
Text Example
White with #DC1EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EC7; }
p { color: rgb(220,30,199); }
H1.HeaderClassName
{
color: #DC1EC7;
}
.AnyTagClassName
{
color: #DC1EC7;
}
</style>
background-color css
<style>
a { background-color: #DC1EC7; }
a { background-color: rgb(220,30,199); }
div.DivClassName
{
background-color: #DC1EC7;
}
.BgClassName
{
background-color: #DC1EC7;
}
</style>
border-color css
<style>
span { border-color: #DC1EC7; }
span { border-color: rgb(220,30,199); }
td.TdClassName
{
border-color: #DC1EC7;
}
.TagClassName
{
border-color: #DC1EC7;
}
</style>