Shades of Deep Magenta #C519C0
Tints of Deep Magenta #C519C0
RGB
CMYK
RGB Variations
Color information
#C519C0 (or 0xC519C0) is known color: Deep Magenta. HEX triplet: C5, 19 and C0. RGB value is (197,25,192). Sum of RGB (Red+Green+Blue) = 197+25+192=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C519C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519C0 is #3AE63F. Grayscale: #5E5E5E. Windows color (decimal): -3860032 or 12589509. OLE color: 12589509.
HSL color Cylindrical-coordinate representation of color #C519C0: hue angle of 301.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C519C0 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 192 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.23 |
| HSL | 301.74º | 0.77% | 0.44% | - |
| HSV(B) | 301.74º | 0.87% | 0.77% | - |
| XYZ | 32.89 | 16.37 | 51.3 | - |
| YUV | 95.47 | 182.48 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 192 | 0 | 0.87 | 0.03 | 0.23 | 301.74 | 0.77 | 0.44 |
| Hex | C5 | 19 | C0 | 0 | 57 | 3 | 17 | 12E | 4D | 2C |
| Octal | 305 | 31 | 300 | 0 | 127 | 3 | 27 | 456 | 115 | 54 |
| Binary | 11000101 | 11001 | 11000000 | 0 | 1010111 | 11 | 10111 | 100101110 | 1001101 | 101100 |
Color Harmonies of #C519C0
Complementary color
Monochromatic Colors of #C519C0
Black with #C519C0
Text Example
Text Example
White with #C519C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519C0; }
p { color: rgb(197,25,192); }
H1.HeaderClassName
{
color: #C519C0;
}
.AnyTagClassName
{
color: #C519C0;
}
</style>
background-color css
<style>
a { background-color: #C519C0; }
a { background-color: rgb(197,25,192); }
div.DivClassName
{
background-color: #C519C0;
}
.BgClassName
{
background-color: #C519C0;
}
</style>
border-color css
<style>
span { border-color: #C519C0; }
span { border-color: rgb(197,25,192); }
td.TdClassName
{
border-color: #C519C0;
}
.TagClassName
{
border-color: #C519C0;
}
</style>