Shades of Deep Magenta #DC14C3
Tints of Deep Magenta #DC14C3
RGB
CMYK
RGB Variations
Color information
#DC14C3 (or 0xDC14C3) is known color: Deep Magenta. HEX triplet: DC, 14 and C3. RGB value is (220,20,195). Sum of RGB (Red+Green+Blue) = 220+20+195=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14C3 is #23EB3C. Grayscale: #636363. Windows color (decimal): -2353981 or 12784860. OLE color: 12784860.
HSL color Cylindrical-coordinate representation of color #DC14C3: hue angle of 307.5º 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 #DC14C3 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 195 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.14 |
| HSL | 307.5º | 0.83% | 0.47% | - |
| HSV(B) | 307.5º | 0.91% | 0.86% | - |
| XYZ | 39.62 | 19.66 | 53.34 | - |
| YUV | 99.75 | 181.76 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 195 | 0 | 0.91 | 0.11 | 0.14 | 307.5 | 0.83 | 0.47 |
| Hex | DC | 14 | C3 | 0 | 5B | B | E | 134 | 53 | 2F |
| Octal | 334 | 24 | 303 | 0 | 133 | 13 | 16 | 464 | 123 | 57 |
| Binary | 11011100 | 10100 | 11000011 | 0 | 1011011 | 1011 | 1110 | 100110100 | 1010011 | 101111 |
Color Harmonies of #DC14C3
Complementary color
Monochromatic Colors of #DC14C3
Black with #DC14C3
Text Example
Text Example
White with #DC14C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14C3; }
p { color: rgb(220,20,195); }
H1.HeaderClassName
{
color: #DC14C3;
}
.AnyTagClassName
{
color: #DC14C3;
}
</style>
background-color css
<style>
a { background-color: #DC14C3; }
a { background-color: rgb(220,20,195); }
div.DivClassName
{
background-color: #DC14C3;
}
.BgClassName
{
background-color: #DC14C3;
}
</style>
border-color css
<style>
span { border-color: #DC14C3; }
span { border-color: rgb(220,20,195); }
td.TdClassName
{
border-color: #DC14C3;
}
.TagClassName
{
border-color: #DC14C3;
}
</style>