Shades of Deep Magenta #C413DC
Tints of Deep Magenta #C413DC
RGB
CMYK
RGB Variations
Color information
#C413DC (or 0xC413DC) is known color: Deep Magenta. HEX triplet: C4, 13 and DC. RGB value is (196,19,220). Sum of RGB (Red+Green+Blue) = 196+19+220=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #C413DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413DC is #3BEC23. Grayscale: #5E5E5E. Windows color (decimal): -3927076 or 14422980. OLE color: 14422980.
HSL color Cylindrical-coordinate representation of color #C413DC: hue angle of 292.84º 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 #C413DC is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 19 | 220 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.14 |
| HSL | 292.84º | 0.84% | 0.47% | - |
| HSV(B) | 292.84º | 0.91% | 0.86% | - |
| XYZ | 35.92 | 17.37 | 69.17 | - |
| YUV | 94.84 | 198.64 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 220 | 0.11 | 0.91 | 0 | 0.14 | 292.84 | 0.84 | 0.47 |
| Hex | C4 | 13 | DC | B | 5B | 0 | E | 125 | 54 | 2F |
| Octal | 304 | 23 | 334 | 13 | 133 | 0 | 16 | 445 | 124 | 57 |
| Binary | 11000100 | 10011 | 11011100 | 1011 | 1011011 | 0 | 1110 | 100100101 | 1010100 | 101111 |
Color Harmonies of #C413DC
Complementary color
Monochromatic Colors of #C413DC
Black with #C413DC
Text Example
Text Example
White with #C413DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413DC; }
p { color: rgb(196,19,220); }
H1.HeaderClassName
{
color: #C413DC;
}
.AnyTagClassName
{
color: #C413DC;
}
</style>
background-color css
<style>
a { background-color: #C413DC; }
a { background-color: rgb(196,19,220); }
div.DivClassName
{
background-color: #C413DC;
}
.BgClassName
{
background-color: #C413DC;
}
</style>
border-color css
<style>
span { border-color: #C413DC; }
span { border-color: rgb(196,19,220); }
td.TdClassName
{
border-color: #C413DC;
}
.TagClassName
{
border-color: #C413DC;
}
</style>