Shades of Deep Magenta #DC13C6
Tints of Deep Magenta #DC13C6
RGB
CMYK
RGB Variations
Color information
#DC13C6 (or 0xDC13C6) is known color: Deep Magenta. HEX triplet: DC, 13 and C6. RGB value is (220,19,198). Sum of RGB (Red+Green+Blue) = 220+19+198=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13C6 is #23EC39. Grayscale: #626262. Windows color (decimal): -2354234 or 12981212. OLE color: 12981212.
HSL color Cylindrical-coordinate representation of color #DC13C6: hue angle of 306.57º degrees, saturation: 0.84, 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 #DC13C6 is Cyan = 0, Magento = 0.91, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 198 | - |
| CMYK | 0 | 0.91 | 0.1 | 0.14 |
| HSL | 306.57º | 0.84% | 0.47% | - |
| HSV(B) | 306.57º | 0.91% | 0.86% | - |
| XYZ | 39.94 | 19.76 | 55.13 | - |
| YUV | 99.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 198 | 0 | 0.91 | 0.1 | 0.14 | 306.57 | 0.84 | 0.47 |
| Hex | DC | 13 | C6 | 0 | 5B | A | E | 133 | 54 | 2F |
| Octal | 334 | 23 | 306 | 0 | 133 | 12 | 16 | 463 | 124 | 57 |
| Binary | 11011100 | 10011 | 11000110 | 0 | 1011011 | 1010 | 1110 | 100110011 | 1010100 | 101111 |
Color Harmonies of #DC13C6
Complementary color
Monochromatic Colors of #DC13C6
Black with #DC13C6
Text Example
Text Example
White with #DC13C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13C6; }
p { color: rgb(220,19,198); }
H1.HeaderClassName
{
color: #DC13C6;
}
.AnyTagClassName
{
color: #DC13C6;
}
</style>
background-color css
<style>
a { background-color: #DC13C6; }
a { background-color: rgb(220,19,198); }
div.DivClassName
{
background-color: #DC13C6;
}
.BgClassName
{
background-color: #DC13C6;
}
</style>
border-color css
<style>
span { border-color: #DC13C6; }
span { border-color: rgb(220,19,198); }
td.TdClassName
{
border-color: #DC13C6;
}
.TagClassName
{
border-color: #DC13C6;
}
</style>