Shades of Medium Violet Red #C51999
Tints of Medium Violet Red #C51999
RGB
CMYK
RGB Variations
Color information
#C51999 (or 0xC51999) is known color: Medium Violet Red. HEX triplet: C5, 19 and 99. RGB value is (197,25,153). Sum of RGB (Red+Green+Blue) = 197+25+153=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C51999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51999 is #3AE666. Grayscale: #5A5A5A. Windows color (decimal): -3860071 or 10033605. OLE color: 10033605.
HSL color Cylindrical-coordinate representation of color #C51999: hue angle of 315.35º 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 #C51999 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 153 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.23 |
| HSL | 315.35º | 0.77% | 0.44% | - |
| HSV(B) | 315.35º | 0.87% | 0.77% | - |
| XYZ | 29.12 | 14.87 | 31.47 | - |
| YUV | 91.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 153 | 0 | 0.87 | 0.22 | 0.23 | 315.35 | 0.77 | 0.44 |
| Hex | C5 | 19 | 99 | 0 | 57 | 16 | 17 | 13B | 4D | 2C |
| Octal | 305 | 31 | 231 | 0 | 127 | 26 | 27 | 473 | 115 | 54 |
| Binary | 11000101 | 11001 | 10011001 | 0 | 1010111 | 10110 | 10111 | 100111011 | 1001101 | 101100 |
Color Harmonies of #C51999
Complementary color
Monochromatic Colors of #C51999
Black with #C51999
Text Example
Text Example
White with #C51999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51999; }
p { color: rgb(197,25,153); }
H1.HeaderClassName
{
color: #C51999;
}
.AnyTagClassName
{
color: #C51999;
}
</style>
background-color css
<style>
a { background-color: #C51999; }
a { background-color: rgb(197,25,153); }
div.DivClassName
{
background-color: #C51999;
}
.BgClassName
{
background-color: #C51999;
}
</style>
border-color css
<style>
span { border-color: #C51999; }
span { border-color: rgb(197,25,153); }
td.TdClassName
{
border-color: #C51999;
}
.TagClassName
{
border-color: #C51999;
}
</style>