Shades of Deep Magenta #C519DA
Tints of Deep Magenta #C519DA
RGB
CMYK
RGB Variations
Color information
#C519DA (or 0xC519DA) is known color: Deep Magenta. HEX triplet: C5, 19 and DA. RGB value is (197,25,218). Sum of RGB (Red+Green+Blue) = 197+25+218=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #C519DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519DA is #3AE625. Grayscale: #616161. Windows color (decimal): -3860006 or 14293445. OLE color: 14293445.
HSL color Cylindrical-coordinate representation of color #C519DA: hue angle of 293.47º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C519DA is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 25 | 218 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.15 |
| HSL | 293.47º | 0.79% | 0.48% | - |
| HSV(B) | 293.47º | 0.89% | 0.85% | - |
| XYZ | 36.03 | 17.63 | 67.83 | - |
| YUV | 98.43 | 195.48 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 218 | 0.10 | 0.89 | 0 | 0.15 | 293.47 | 0.79 | 0.48 |
| Hex | C5 | 19 | DA | A | 59 | 0 | F | 125 | 4F | 30 |
| Octal | 305 | 31 | 332 | 12 | 131 | 0 | 17 | 445 | 117 | 60 |
| Binary | 11000101 | 11001 | 11011010 | 1010 | 1011001 | 0 | 1111 | 100100101 | 1001111 | 110000 |
Color Harmonies of #C519DA
Complementary color
Monochromatic Colors of #C519DA
Black with #C519DA
Text Example
Text Example
White with #C519DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519DA; }
p { color: rgb(197,25,218); }
H1.HeaderClassName
{
color: #C519DA;
}
.AnyTagClassName
{
color: #C519DA;
}
</style>
background-color css
<style>
a { background-color: #C519DA; }
a { background-color: rgb(197,25,218); }
div.DivClassName
{
background-color: #C519DA;
}
.BgClassName
{
background-color: #C519DA;
}
</style>
border-color css
<style>
span { border-color: #C519DA; }
span { border-color: rgb(197,25,218); }
td.TdClassName
{
border-color: #C519DA;
}
.TagClassName
{
border-color: #C519DA;
}
</style>