Shades of Deep Magenta #DC1CE1
Tints of Deep Magenta #DC1CE1
RGB
CMYK
RGB Variations
Color information
#DC1CE1 (or 0xDC1CE1) is known color: Deep Magenta. HEX triplet: DC, 1C and E1. RGB value is (220,28,225). Sum of RGB (Red+Green+Blue) = 220+28+225=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC1CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CE1 is #23E31E. Grayscale: #6B6B6B. Windows color (decimal): -2351903 or 14752988. OLE color: 14752988.
HSL color Cylindrical-coordinate representation of color #DC1CE1: hue angle of 298.48º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1CE1 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 28 | 225 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.12 |
| HSL | 298.48º | 0.78% | 0.5% | - |
| HSV(B) | 298.48º | 0.88% | 0.88% | - |
| XYZ | 43.52 | 21.48 | 73.09 | - |
| YUV | 107.87 | 194.11 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 225 | 0.02 | 0.88 | 0 | 0.12 | 298.48 | 0.78 | 0.5 |
| Hex | DC | 1C | E1 | 2 | 58 | 0 | C | 12A | 4E | 32 |
| Octal | 334 | 34 | 341 | 2 | 130 | 0 | 14 | 452 | 116 | 62 |
| Binary | 11011100 | 11100 | 11100001 | 10 | 1011000 | 0 | 1100 | 100101010 | 1001110 | 110010 |
Color Harmonies of #DC1CE1
Complementary color
Monochromatic Colors of #DC1CE1
Black with #DC1CE1
Text Example
Text Example
White with #DC1CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CE1; }
p { color: rgb(220,28,225); }
H1.HeaderClassName
{
color: #DC1CE1;
}
.AnyTagClassName
{
color: #DC1CE1;
}
</style>
background-color css
<style>
a { background-color: #DC1CE1; }
a { background-color: rgb(220,28,225); }
div.DivClassName
{
background-color: #DC1CE1;
}
.BgClassName
{
background-color: #DC1CE1;
}
</style>
border-color css
<style>
span { border-color: #DC1CE1; }
span { border-color: rgb(220,28,225); }
td.TdClassName
{
border-color: #DC1CE1;
}
.TagClassName
{
border-color: #DC1CE1;
}
</style>