Shades of Deep Magenta #DC1CC2
Tints of Deep Magenta #DC1CC2
RGB
CMYK
RGB Variations
Color information
#DC1CC2 (or 0xDC1CC2) is known color: Deep Magenta. HEX triplet: DC, 1C and C2. RGB value is (220,28,194). Sum of RGB (Red+Green+Blue) = 220+28+194=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CC2 is #23E33D. Grayscale: #676767. Windows color (decimal): -2351934 or 12721372. OLE color: 12721372.
HSL color Cylindrical-coordinate representation of color #DC1CC2: hue angle of 308.12º 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 #DC1CC2 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 194 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.14 |
| HSL | 308.13º | 0.77% | 0.49% | - |
| HSV(B) | 308.13º | 0.87% | 0.86% | - |
| XYZ | 39.67 | 19.94 | 52.8 | - |
| YUV | 104.33 | 178.61 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 194 | 0 | 0.87 | 0.12 | 0.14 | 308.13 | 0.77 | 0.49 |
| Hex | DC | 1C | C2 | 0 | 57 | C | E | 134 | 4D | 31 |
| Octal | 334 | 34 | 302 | 0 | 127 | 14 | 16 | 464 | 115 | 61 |
| Binary | 11011100 | 11100 | 11000010 | 0 | 1010111 | 1100 | 1110 | 100110100 | 1001101 | 110001 |
Color Harmonies of #DC1CC2
Complementary color
Monochromatic Colors of #DC1CC2
Black with #DC1CC2
Text Example
Text Example
White with #DC1CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CC2; }
p { color: rgb(220,28,194); }
H1.HeaderClassName
{
color: #DC1CC2;
}
.AnyTagClassName
{
color: #DC1CC2;
}
</style>
background-color css
<style>
a { background-color: #DC1CC2; }
a { background-color: rgb(220,28,194); }
div.DivClassName
{
background-color: #DC1CC2;
}
.BgClassName
{
background-color: #DC1CC2;
}
</style>
border-color css
<style>
span { border-color: #DC1CC2; }
span { border-color: rgb(220,28,194); }
td.TdClassName
{
border-color: #DC1CC2;
}
.TagClassName
{
border-color: #DC1CC2;
}
</style>