Shades of Deep Magenta #C519B4
Tints of Deep Magenta #C519B4
RGB
CMYK
RGB Variations
Color information
#C519B4 (or 0xC519B4) is known color: Deep Magenta. HEX triplet: C5, 19 and B4. RGB value is (197,25,180). Sum of RGB (Red+Green+Blue) = 197+25+180=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C519B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519B4 is #3AE64B. Grayscale: #5D5D5D. Windows color (decimal): -3860044 or 11803077. OLE color: 11803077.
HSL color Cylindrical-coordinate representation of color #C519B4: hue angle of 305.93º 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 #C519B4 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 180 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.23 |
| HSL | 305.93º | 0.77% | 0.44% | - |
| HSV(B) | 305.93º | 0.87% | 0.77% | - |
| XYZ | 31.61 | 15.86 | 44.58 | - |
| YUV | 94.1 | 176.48 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 180 | 0 | 0.87 | 0.09 | 0.23 | 305.93 | 0.77 | 0.44 |
| Hex | C5 | 19 | B4 | 0 | 57 | 9 | 17 | 132 | 4D | 2C |
| Octal | 305 | 31 | 264 | 0 | 127 | 11 | 27 | 462 | 115 | 54 |
| Binary | 11000101 | 11001 | 10110100 | 0 | 1010111 | 1001 | 10111 | 100110010 | 1001101 | 101100 |
Color Harmonies of #C519B4
Complementary color
Monochromatic Colors of #C519B4
Black with #C519B4
Text Example
Text Example
White with #C519B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519B4; }
p { color: rgb(197,25,180); }
H1.HeaderClassName
{
color: #C519B4;
}
.AnyTagClassName
{
color: #C519B4;
}
</style>
background-color css
<style>
a { background-color: #C519B4; }
a { background-color: rgb(197,25,180); }
div.DivClassName
{
background-color: #C519B4;
}
.BgClassName
{
background-color: #C519B4;
}
</style>
border-color css
<style>
span { border-color: #C519B4; }
span { border-color: rgb(197,25,180); }
td.TdClassName
{
border-color: #C519B4;
}
.TagClassName
{
border-color: #C519B4;
}
</style>