Shades of Deep Magenta #DC1CE0
Tints of Deep Magenta #DC1CE0
RGB
CMYK
RGB Variations
Color information
#DC1CE0 (or 0xDC1CE0) is known color: Deep Magenta. HEX triplet: DC, 1C and E0. RGB value is (220,28,224). Sum of RGB (Red+Green+Blue) = 220+28+224=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC1CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CE0 is #23E31F. Grayscale: #6B6B6B. Windows color (decimal): -2351904 or 14687452. OLE color: 14687452.
HSL color Cylindrical-coordinate representation of color #DC1CE0: hue angle of 298.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1CE0 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 28 | 224 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.12 |
| HSL | 298.78º | 0.78% | 0.49% | - |
| HSV(B) | 298.78º | 0.88% | 0.88% | - |
| XYZ | 43.39 | 21.43 | 72.37 | - |
| YUV | 107.75 | 193.61 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 224 | 0.02 | 0.88 | 0 | 0.12 | 298.78 | 0.78 | 0.49 |
| Hex | DC | 1C | E0 | 2 | 58 | 0 | C | 12B | 4E | 31 |
| Octal | 334 | 34 | 340 | 2 | 130 | 0 | 14 | 453 | 116 | 61 |
| Binary | 11011100 | 11100 | 11100000 | 10 | 1011000 | 0 | 1100 | 100101011 | 1001110 | 110001 |
Color Harmonies of #DC1CE0
Complementary color
Monochromatic Colors of #DC1CE0
Black with #DC1CE0
Text Example
Text Example
White with #DC1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CE0; }
p { color: rgb(220,28,224); }
H1.HeaderClassName
{
color: #DC1CE0;
}
.AnyTagClassName
{
color: #DC1CE0;
}
</style>
background-color css
<style>
a { background-color: #DC1CE0; }
a { background-color: rgb(220,28,224); }
div.DivClassName
{
background-color: #DC1CE0;
}
.BgClassName
{
background-color: #DC1CE0;
}
</style>
border-color css
<style>
span { border-color: #DC1CE0; }
span { border-color: rgb(220,28,224); }
td.TdClassName
{
border-color: #DC1CE0;
}
.TagClassName
{
border-color: #DC1CE0;
}
</style>