Shades of Deep Magenta #C719E5
Tints of Deep Magenta #C719E5
RGB
CMYK
RGB Variations
Color information
#C719E5 (or 0xC719E5) is known color: Deep Magenta. HEX triplet: C7, 19 and E5. RGB value is (199,25,229). Sum of RGB (Red+Green+Blue) = 199+25+229=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #C719E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719E5 is #38E61A. Grayscale: #636363. Windows color (decimal): -3728923 or 15014343. OLE color: 15014343.
HSL color Cylindrical-coordinate representation of color #C719E5: hue angle of 291.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C719E5 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 25 | 229 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.10 |
| HSL | 291.18º | 0.8% | 0.5% | - |
| HSV(B) | 291.18º | 0.89% | 0.9% | - |
| XYZ | 38.04 | 18.49 | 75.69 | - |
| YUV | 100.28 | 200.65 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 229 | 0.13 | 0.89 | 0 | 0.10 | 291.18 | 0.8 | 0.5 |
| Hex | C7 | 19 | E5 | D | 59 | 0 | A | 123 | 50 | 32 |
| Octal | 307 | 31 | 345 | 15 | 131 | 0 | 12 | 443 | 120 | 62 |
| Binary | 11000111 | 11001 | 11100101 | 1101 | 1011001 | 0 | 1010 | 100100011 | 1010000 | 110010 |
Color Harmonies of #C719E5
Complementary color
Monochromatic Colors of #C719E5
Black with #C719E5
Text Example
Text Example
White with #C719E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719E5; }
p { color: rgb(199,25,229); }
H1.HeaderClassName
{
color: #C719E5;
}
.AnyTagClassName
{
color: #C719E5;
}
</style>
background-color css
<style>
a { background-color: #C719E5; }
a { background-color: rgb(199,25,229); }
div.DivClassName
{
background-color: #C719E5;
}
.BgClassName
{
background-color: #C719E5;
}
</style>
border-color css
<style>
span { border-color: #C719E5; }
span { border-color: rgb(199,25,229); }
td.TdClassName
{
border-color: #C719E5;
}
.TagClassName
{
border-color: #C719E5;
}
</style>