Shades of Deep Magenta #DC1CCE
Tints of Deep Magenta #DC1CCE
RGB
CMYK
RGB Variations
Color information
#DC1CCE (or 0xDC1CCE) is known color: Deep Magenta. HEX triplet: DC, 1C and CE. RGB value is (220,28,206). Sum of RGB (Red+Green+Blue) = 220+28+206=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CCE is #23E331. Grayscale: #696969. Windows color (decimal): -2351922 or 13507804. OLE color: 13507804.
HSL color Cylindrical-coordinate representation of color #DC1CCE: hue angle of 304.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1CCE is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 206 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.14 |
| HSL | 304.38º | 0.77% | 0.49% | - |
| HSV(B) | 304.38º | 0.87% | 0.86% | - |
| XYZ | 41.07 | 20.5 | 60.19 | - |
| YUV | 105.7 | 184.61 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 206 | 0 | 0.87 | 0.06 | 0.14 | 304.38 | 0.77 | 0.49 |
| Hex | DC | 1C | CE | 0 | 57 | 6 | E | 130 | 4D | 31 |
| Octal | 334 | 34 | 316 | 0 | 127 | 6 | 16 | 460 | 115 | 61 |
| Binary | 11011100 | 11100 | 11001110 | 0 | 1010111 | 110 | 1110 | 100110000 | 1001101 | 110001 |
Color Harmonies of #DC1CCE
Complementary color
Monochromatic Colors of #DC1CCE
Black with #DC1CCE
Text Example
Text Example
White with #DC1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CCE; }
p { color: rgb(220,28,206); }
H1.HeaderClassName
{
color: #DC1CCE;
}
.AnyTagClassName
{
color: #DC1CCE;
}
</style>
background-color css
<style>
a { background-color: #DC1CCE; }
a { background-color: rgb(220,28,206); }
div.DivClassName
{
background-color: #DC1CCE;
}
.BgClassName
{
background-color: #DC1CCE;
}
</style>
border-color css
<style>
span { border-color: #DC1CCE; }
span { border-color: rgb(220,28,206); }
td.TdClassName
{
border-color: #DC1CCE;
}
.TagClassName
{
border-color: #DC1CCE;
}
</style>