Shades of Deep Magenta #C019E0
Tints of Deep Magenta #C019E0
RGB
CMYK
RGB Variations
Color information
#C019E0 (or 0xC019E0) is known color: Deep Magenta. HEX triplet: C0, 19 and E0. RGB value is (192,25,224). Sum of RGB (Red+Green+Blue) = 192+25+224=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #C019E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019E0 is #3FE61F. Grayscale: #606060. Windows color (decimal): -4187680 or 14686656. OLE color: 14686656.
HSL color Cylindrical-coordinate representation of color #C019E0: hue angle of 290.35º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C019E0 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 25 | 224 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.12 |
| HSL | 290.35º | 0.8% | 0.49% | - |
| HSV(B) | 290.35º | 0.89% | 0.88% | - |
| XYZ | 35.54 | 17.28 | 71.98 | - |
| YUV | 97.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 224 | 0.14 | 0.89 | 0 | 0.12 | 290.35 | 0.8 | 0.49 |
| Hex | C0 | 19 | E0 | E | 59 | 0 | C | 122 | 50 | 31 |
| Octal | 300 | 31 | 340 | 16 | 131 | 0 | 14 | 442 | 120 | 61 |
| Binary | 11000000 | 11001 | 11100000 | 1110 | 1011001 | 0 | 1100 | 100100010 | 1010000 | 110001 |
Color Harmonies of #C019E0
Complementary color
Monochromatic Colors of #C019E0
Black with #C019E0
Text Example
Text Example
White with #C019E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019E0; }
p { color: rgb(192,25,224); }
H1.HeaderClassName
{
color: #C019E0;
}
.AnyTagClassName
{
color: #C019E0;
}
</style>
background-color css
<style>
a { background-color: #C019E0; }
a { background-color: rgb(192,25,224); }
div.DivClassName
{
background-color: #C019E0;
}
.BgClassName
{
background-color: #C019E0;
}
</style>
border-color css
<style>
span { border-color: #C019E0; }
span { border-color: rgb(192,25,224); }
td.TdClassName
{
border-color: #C019E0;
}
.TagClassName
{
border-color: #C019E0;
}
</style>