Shades of Deep Magenta #C019DC
Tints of Deep Magenta #C019DC
RGB
CMYK
RGB Variations
Color information
#C019DC (or 0xC019DC) is known color: Deep Magenta. HEX triplet: C0, 19 and DC. RGB value is (192,25,220). Sum of RGB (Red+Green+Blue) = 192+25+220=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #C019DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019DC is #3FE623. Grayscale: #606060. Windows color (decimal): -4187684 or 14424512. OLE color: 14424512.
HSL color Cylindrical-coordinate representation of color #C019DC: hue angle of 291.38º 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 #C019DC is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 25 | 220 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.14 |
| HSL | 291.38º | 0.8% | 0.48% | - |
| HSV(B) | 291.38º | 0.89% | 0.86% | - |
| XYZ | 35 | 17.07 | 69.16 | - |
| YUV | 97.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 220 | 0.13 | 0.89 | 0 | 0.14 | 291.38 | 0.8 | 0.48 |
| Hex | C0 | 19 | DC | D | 59 | 0 | E | 123 | 50 | 30 |
| Octal | 300 | 31 | 334 | 15 | 131 | 0 | 16 | 443 | 120 | 60 |
| Binary | 11000000 | 11001 | 11011100 | 1101 | 1011001 | 0 | 1110 | 100100011 | 1010000 | 110000 |
Color Harmonies of #C019DC
Complementary color
Monochromatic Colors of #C019DC
Black with #C019DC
Text Example
Text Example
White with #C019DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019DC; }
p { color: rgb(192,25,220); }
H1.HeaderClassName
{
color: #C019DC;
}
.AnyTagClassName
{
color: #C019DC;
}
</style>
background-color css
<style>
a { background-color: #C019DC; }
a { background-color: rgb(192,25,220); }
div.DivClassName
{
background-color: #C019DC;
}
.BgClassName
{
background-color: #C019DC;
}
</style>
border-color css
<style>
span { border-color: #C019DC; }
span { border-color: rgb(192,25,220); }
td.TdClassName
{
border-color: #C019DC;
}
.TagClassName
{
border-color: #C019DC;
}
</style>