Shades of Deep Magenta #C419DC
Tints of Deep Magenta #C419DC
RGB
CMYK
RGB Variations
Color information
#C419DC (or 0xC419DC) is known color: Deep Magenta. HEX triplet: C4, 19 and DC. RGB value is (196,25,220). Sum of RGB (Red+Green+Blue) = 196+25+220=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #C419DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419DC is #3BE623. Grayscale: #616161. Windows color (decimal): -3925540 or 14424516. OLE color: 14424516.
HSL color Cylindrical-coordinate representation of color #C419DC: hue angle of 292.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C419DC is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 25 | 220 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.14 |
| HSL | 292.62º | 0.8% | 0.48% | - |
| HSV(B) | 292.62º | 0.89% | 0.86% | - |
| XYZ | 36.03 | 17.6 | 69.21 | - |
| YUV | 98.36 | 196.65 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 220 | 0.11 | 0.89 | 0 | 0.14 | 292.62 | 0.8 | 0.48 |
| Hex | C4 | 19 | DC | B | 59 | 0 | E | 125 | 50 | 30 |
| Octal | 304 | 31 | 334 | 13 | 131 | 0 | 16 | 445 | 120 | 60 |
| Binary | 11000100 | 11001 | 11011100 | 1011 | 1011001 | 0 | 1110 | 100100101 | 1010000 | 110000 |
Color Harmonies of #C419DC
Complementary color
Monochromatic Colors of #C419DC
Black with #C419DC
Text Example
Text Example
White with #C419DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419DC; }
p { color: rgb(196,25,220); }
H1.HeaderClassName
{
color: #C419DC;
}
.AnyTagClassName
{
color: #C419DC;
}
</style>
background-color css
<style>
a { background-color: #C419DC; }
a { background-color: rgb(196,25,220); }
div.DivClassName
{
background-color: #C419DC;
}
.BgClassName
{
background-color: #C419DC;
}
</style>
border-color css
<style>
span { border-color: #C419DC; }
span { border-color: rgb(196,25,220); }
td.TdClassName
{
border-color: #C419DC;
}
.TagClassName
{
border-color: #C419DC;
}
</style>