Shades of Deep Magenta #DC14C6
Tints of Deep Magenta #DC14C6
RGB
CMYK
RGB Variations
Color information
#DC14C6 (or 0xDC14C6) is known color: Deep Magenta. HEX triplet: DC, 14 and C6. RGB value is (220,20,198). Sum of RGB (Red+Green+Blue) = 220+20+198=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14C6 is #23EB39. Grayscale: #636363. Windows color (decimal): -2353978 or 12981468. OLE color: 12981468.
HSL color Cylindrical-coordinate representation of color #DC14C6: hue angle of 306.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC14C6 is Cyan = 0, Magento = 0.91, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 198 | - |
| CMYK | 0 | 0.91 | 0.1 | 0.14 |
| HSL | 306.6º | 0.83% | 0.47% | - |
| HSV(B) | 306.6º | 0.91% | 0.86% | - |
| XYZ | 39.96 | 19.79 | 55.14 | - |
| YUV | 100.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 198 | 0 | 0.91 | 0.1 | 0.14 | 306.6 | 0.83 | 0.47 |
| Hex | DC | 14 | C6 | 0 | 5B | A | E | 133 | 53 | 2F |
| Octal | 334 | 24 | 306 | 0 | 133 | 12 | 16 | 463 | 123 | 57 |
| Binary | 11011100 | 10100 | 11000110 | 0 | 1011011 | 1010 | 1110 | 100110011 | 1010011 | 101111 |
Color Harmonies of #DC14C6
Complementary color
Monochromatic Colors of #DC14C6
Black with #DC14C6
Text Example
Text Example
White with #DC14C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14C6; }
p { color: rgb(220,20,198); }
H1.HeaderClassName
{
color: #DC14C6;
}
.AnyTagClassName
{
color: #DC14C6;
}
</style>
background-color css
<style>
a { background-color: #DC14C6; }
a { background-color: rgb(220,20,198); }
div.DivClassName
{
background-color: #DC14C6;
}
.BgClassName
{
background-color: #DC14C6;
}
</style>
border-color css
<style>
span { border-color: #DC14C6; }
span { border-color: rgb(220,20,198); }
td.TdClassName
{
border-color: #DC14C6;
}
.TagClassName
{
border-color: #DC14C6;
}
</style>