Shades of Deep Magenta #C519BD
Tints of Deep Magenta #C519BD
RGB
CMYK
RGB Variations
Color information
#C519BD (or 0xC519BD) is known color: Deep Magenta. HEX triplet: C5, 19 and BD. RGB value is (197,25,189). Sum of RGB (Red+Green+Blue) = 197+25+189=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C519BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519BD is #3AE642. Grayscale: #5E5E5E. Windows color (decimal): -3860035 or 12392901. OLE color: 12392901.
HSL color Cylindrical-coordinate representation of color #C519BD: hue angle of 302.79º 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 #C519BD is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 189 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.23 |
| HSL | 302.79º | 0.77% | 0.44% | - |
| HSV(B) | 302.79º | 0.87% | 0.77% | - |
| XYZ | 32.56 | 16.24 | 49.56 | - |
| YUV | 95.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 189 | 0 | 0.87 | 0.04 | 0.23 | 302.79 | 0.77 | 0.44 |
| Hex | C5 | 19 | BD | 0 | 57 | 4 | 17 | 12F | 4D | 2C |
| Octal | 305 | 31 | 275 | 0 | 127 | 4 | 27 | 457 | 115 | 54 |
| Binary | 11000101 | 11001 | 10111101 | 0 | 1010111 | 100 | 10111 | 100101111 | 1001101 | 101100 |
Color Harmonies of #C519BD
Complementary color
Monochromatic Colors of #C519BD
Black with #C519BD
Text Example
Text Example
White with #C519BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519BD; }
p { color: rgb(197,25,189); }
H1.HeaderClassName
{
color: #C519BD;
}
.AnyTagClassName
{
color: #C519BD;
}
</style>
background-color css
<style>
a { background-color: #C519BD; }
a { background-color: rgb(197,25,189); }
div.DivClassName
{
background-color: #C519BD;
}
.BgClassName
{
background-color: #C519BD;
}
</style>
border-color css
<style>
span { border-color: #C519BD; }
span { border-color: rgb(197,25,189); }
td.TdClassName
{
border-color: #C519BD;
}
.TagClassName
{
border-color: #C519BD;
}
</style>