Shades of Deep Magenta #C519B2
Tints of Deep Magenta #C519B2
RGB
CMYK
RGB Variations
Color information
#C519B2 (or 0xC519B2) is known color: Deep Magenta. HEX triplet: C5, 19 and B2. RGB value is (197,25,178). Sum of RGB (Red+Green+Blue) = 197+25+178=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C519B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519B2 is #3AE64D. Grayscale: #5D5D5D. Windows color (decimal): -3860046 or 11672005. OLE color: 11672005.
HSL color Cylindrical-coordinate representation of color #C519B2: hue angle of 306.63º 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 #C519B2 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 178 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.23 |
| HSL | 306.63º | 0.77% | 0.44% | - |
| HSV(B) | 306.63º | 0.87% | 0.77% | - |
| XYZ | 31.41 | 15.78 | 43.51 | - |
| YUV | 93.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 178 | 0 | 0.87 | 0.10 | 0.23 | 306.63 | 0.77 | 0.44 |
| Hex | C5 | 19 | B2 | 0 | 57 | A | 17 | 133 | 4D | 2C |
| Octal | 305 | 31 | 262 | 0 | 127 | 12 | 27 | 463 | 115 | 54 |
| Binary | 11000101 | 11001 | 10110010 | 0 | 1010111 | 1010 | 10111 | 100110011 | 1001101 | 101100 |
Color Harmonies of #C519B2
Complementary color
Monochromatic Colors of #C519B2
Black with #C519B2
Text Example
Text Example
White with #C519B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519B2; }
p { color: rgb(197,25,178); }
H1.HeaderClassName
{
color: #C519B2;
}
.AnyTagClassName
{
color: #C519B2;
}
</style>
background-color css
<style>
a { background-color: #C519B2; }
a { background-color: rgb(197,25,178); }
div.DivClassName
{
background-color: #C519B2;
}
.BgClassName
{
background-color: #C519B2;
}
</style>
border-color css
<style>
span { border-color: #C519B2; }
span { border-color: rgb(197,25,178); }
td.TdClassName
{
border-color: #C519B2;
}
.TagClassName
{
border-color: #C519B2;
}
</style>