Shades of Deep Magenta #C519C5
Tints of Deep Magenta #C519C5
RGB
CMYK
RGB Variations
Color information
#C519C5 (or 0xC519C5) is known color: Deep Magenta. HEX triplet: C5, 19 and C5. RGB value is (197,25,197). Sum of RGB (Red+Green+Blue) = 197+25+197=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C519C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519C5 is #3AE63A. Grayscale: #5F5F5F. Windows color (decimal): -3860027 or 12917189. OLE color: 12917189.
HSL color Cylindrical-coordinate representation of color #C519C5: hue angle of 300º 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 #C519C5 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 197 | - |
| CMYK | 0 | 0.87 | 0 | 0.23 |
| HSL | 300º | 0.77% | 0.44% | - |
| HSV(B) | 300º | 0.87% | 0.77% | - |
| XYZ | 33.45 | 16.6 | 54.26 | - |
| YUV | 96.04 | 184.98 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 197 | 0 | 0.87 | 0 | 0.23 | 300 | 0.77 | 0.44 |
| Hex | C5 | 19 | C5 | 0 | 57 | 0 | 17 | 12C | 4D | 2C |
| Octal | 305 | 31 | 305 | 0 | 127 | 0 | 27 | 454 | 115 | 54 |
| Binary | 11000101 | 11001 | 11000101 | 0 | 1010111 | 0 | 10111 | 100101100 | 1001101 | 101100 |
Color Harmonies of #C519C5
Complementary color
Monochromatic Colors of #C519C5
Black with #C519C5
Text Example
Text Example
White with #C519C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519C5; }
p { color: rgb(197,25,197); }
H1.HeaderClassName
{
color: #C519C5;
}
.AnyTagClassName
{
color: #C519C5;
}
</style>
background-color css
<style>
a { background-color: #C519C5; }
a { background-color: rgb(197,25,197); }
div.DivClassName
{
background-color: #C519C5;
}
.BgClassName
{
background-color: #C519C5;
}
</style>
border-color css
<style>
span { border-color: #C519C5; }
span { border-color: rgb(197,25,197); }
td.TdClassName
{
border-color: #C519C5;
}
.TagClassName
{
border-color: #C519C5;
}
</style>