Shades of Deep Magenta #C519B7
Tints of Deep Magenta #C519B7
RGB
CMYK
RGB Variations
Color information
#C519B7 (or 0xC519B7) is known color: Deep Magenta. HEX triplet: C5, 19 and B7. RGB value is (197,25,183). Sum of RGB (Red+Green+Blue) = 197+25+183=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C519B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519B7 is #3AE648. Grayscale: #5D5D5D. Windows color (decimal): -3860041 or 11999685. OLE color: 11999685.
HSL color Cylindrical-coordinate representation of color #C519B7: hue angle of 304.88º 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 #C519B7 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 183 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.23 |
| HSL | 304.88º | 0.77% | 0.44% | - |
| HSV(B) | 304.88º | 0.87% | 0.77% | - |
| XYZ | 31.92 | 15.98 | 46.2 | - |
| YUV | 94.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 183 | 0 | 0.87 | 0.07 | 0.23 | 304.88 | 0.77 | 0.44 |
| Hex | C5 | 19 | B7 | 0 | 57 | 7 | 17 | 131 | 4D | 2C |
| Octal | 305 | 31 | 267 | 0 | 127 | 7 | 27 | 461 | 115 | 54 |
| Binary | 11000101 | 11001 | 10110111 | 0 | 1010111 | 111 | 10111 | 100110001 | 1001101 | 101100 |
Color Harmonies of #C519B7
Complementary color
Monochromatic Colors of #C519B7
Black with #C519B7
Text Example
Text Example
White with #C519B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519B7; }
p { color: rgb(197,25,183); }
H1.HeaderClassName
{
color: #C519B7;
}
.AnyTagClassName
{
color: #C519B7;
}
</style>
background-color css
<style>
a { background-color: #C519B7; }
a { background-color: rgb(197,25,183); }
div.DivClassName
{
background-color: #C519B7;
}
.BgClassName
{
background-color: #C519B7;
}
</style>
border-color css
<style>
span { border-color: #C519B7; }
span { border-color: rgb(197,25,183); }
td.TdClassName
{
border-color: #C519B7;
}
.TagClassName
{
border-color: #C519B7;
}
</style>