Shades of Deep Magenta #C519B5
Tints of Deep Magenta #C519B5
RGB
CMYK
RGB Variations
Color information
#C519B5 (or 0xC519B5) is known color: Deep Magenta. HEX triplet: C5, 19 and B5. RGB value is (197,25,181). Sum of RGB (Red+Green+Blue) = 197+25+181=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C519B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519B5 is #3AE64A. Grayscale: #5D5D5D. Windows color (decimal): -3860043 or 11868613. OLE color: 11868613.
HSL color Cylindrical-coordinate representation of color #C519B5: hue angle of 305.58º 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 #C519B5 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 181 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.23 |
| HSL | 305.58º | 0.77% | 0.44% | - |
| HSV(B) | 305.58º | 0.87% | 0.77% | - |
| XYZ | 31.71 | 15.9 | 45.11 | - |
| YUV | 94.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 181 | 0 | 0.87 | 0.08 | 0.23 | 305.58 | 0.77 | 0.44 |
| Hex | C5 | 19 | B5 | 0 | 57 | 8 | 17 | 132 | 4D | 2C |
| Octal | 305 | 31 | 265 | 0 | 127 | 10 | 27 | 462 | 115 | 54 |
| Binary | 11000101 | 11001 | 10110101 | 0 | 1010111 | 1000 | 10111 | 100110010 | 1001101 | 101100 |
Color Harmonies of #C519B5
Complementary color
Monochromatic Colors of #C519B5
Black with #C519B5
Text Example
Text Example
White with #C519B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519B5; }
p { color: rgb(197,25,181); }
H1.HeaderClassName
{
color: #C519B5;
}
.AnyTagClassName
{
color: #C519B5;
}
</style>
background-color css
<style>
a { background-color: #C519B5; }
a { background-color: rgb(197,25,181); }
div.DivClassName
{
background-color: #C519B5;
}
.BgClassName
{
background-color: #C519B5;
}
</style>
border-color css
<style>
span { border-color: #C519B5; }
span { border-color: rgb(197,25,181); }
td.TdClassName
{
border-color: #C519B5;
}
.TagClassName
{
border-color: #C519B5;
}
</style>