Shades of Deep Magenta #C519D8
Tints of Deep Magenta #C519D8
RGB
CMYK
RGB Variations
Color information
#C519D8 (or 0xC519D8) is known color: Deep Magenta. HEX triplet: C5, 19 and D8. RGB value is (197,25,216). Sum of RGB (Red+Green+Blue) = 197+25+216=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #C519D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519D8 is #3AE627. Grayscale: #616161. Windows color (decimal): -3860008 or 14162373. OLE color: 14162373.
HSL color Cylindrical-coordinate representation of color #C519D8: hue angle of 294.03º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C519D8 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 25 | 216 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.15 |
| HSL | 294.03º | 0.79% | 0.47% | - |
| HSV(B) | 294.03º | 0.88% | 0.85% | - |
| XYZ | 35.77 | 17.52 | 66.46 | - |
| YUV | 98.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 216 | 0.09 | 0.88 | 0 | 0.15 | 294.03 | 0.79 | 0.47 |
| Hex | C5 | 19 | D8 | 9 | 58 | 0 | F | 126 | 4F | 2F |
| Octal | 305 | 31 | 330 | 11 | 130 | 0 | 17 | 446 | 117 | 57 |
| Binary | 11000101 | 11001 | 11011000 | 1001 | 1011000 | 0 | 1111 | 100100110 | 1001111 | 101111 |
Color Harmonies of #C519D8
Complementary color
Monochromatic Colors of #C519D8
Black with #C519D8
Text Example
Text Example
White with #C519D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519D8; }
p { color: rgb(197,25,216); }
H1.HeaderClassName
{
color: #C519D8;
}
.AnyTagClassName
{
color: #C519D8;
}
</style>
background-color css
<style>
a { background-color: #C519D8; }
a { background-color: rgb(197,25,216); }
div.DivClassName
{
background-color: #C519D8;
}
.BgClassName
{
background-color: #C519D8;
}
</style>
border-color css
<style>
span { border-color: #C519D8; }
span { border-color: rgb(197,25,216); }
td.TdClassName
{
border-color: #C519D8;
}
.TagClassName
{
border-color: #C519D8;
}
</style>