Shades of Deep Magenta #C719DC
Tints of Deep Magenta #C719DC
RGB
CMYK
RGB Variations
Color information
#C719DC (or 0xC719DC) is known color: Deep Magenta. HEX triplet: C7, 19 and DC. RGB value is (199,25,220). Sum of RGB (Red+Green+Blue) = 199+25+220=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #C719DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719DC is #38E623. Grayscale: #626262. Windows color (decimal): -3728932 or 14424519. OLE color: 14424519.
HSL color Cylindrical-coordinate representation of color #C719DC: hue angle of 293.54º 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 #C719DC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 25 | 220 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.14 |
| HSL | 293.54º | 0.8% | 0.48% | - |
| HSV(B) | 293.54º | 0.89% | 0.86% | - |
| XYZ | 36.82 | 18 | 69.24 | - |
| YUV | 99.26 | 196.15 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 220 | 0.10 | 0.89 | 0 | 0.14 | 293.54 | 0.8 | 0.48 |
| Hex | C7 | 19 | DC | A | 59 | 0 | E | 126 | 50 | 30 |
| Octal | 307 | 31 | 334 | 12 | 131 | 0 | 16 | 446 | 120 | 60 |
| Binary | 11000111 | 11001 | 11011100 | 1010 | 1011001 | 0 | 1110 | 100100110 | 1010000 | 110000 |
Color Harmonies of #C719DC
Complementary color
Monochromatic Colors of #C719DC
Black with #C719DC
Text Example
Text Example
White with #C719DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719DC; }
p { color: rgb(199,25,220); }
H1.HeaderClassName
{
color: #C719DC;
}
.AnyTagClassName
{
color: #C719DC;
}
</style>
background-color css
<style>
a { background-color: #C719DC; }
a { background-color: rgb(199,25,220); }
div.DivClassName
{
background-color: #C719DC;
}
.BgClassName
{
background-color: #C719DC;
}
</style>
border-color css
<style>
span { border-color: #C719DC; }
span { border-color: rgb(199,25,220); }
td.TdClassName
{
border-color: #C719DC;
}
.TagClassName
{
border-color: #C719DC;
}
</style>