Shades of Medium Violet Red #C51377
Tints of Medium Violet Red #C51377
RGB
CMYK
RGB Variations
Color information
#C51377 (or 0xC51377) is known color: Medium Violet Red. HEX triplet: C5, 13 and 77. RGB value is (197,19,119). Sum of RGB (Red+Green+Blue) = 197+19+119=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C51377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51377 is #3AEC88. Grayscale: #535353. Windows color (decimal): -3861641 or 7803845. OLE color: 7803845.
HSL color Cylindrical-coordinate representation of color #C51377: hue angle of 326.29º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51377 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 119 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.23 |
| HSL | 326.29º | 0.82% | 0.42% | - |
| HSV(B) | 326.29º | 0.9% | 0.77% | - |
| XYZ | 26.59 | 13.67 | 18.69 | - |
| YUV | 83.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 119 | 0 | 0.90 | 0.40 | 0.23 | 326.29 | 0.82 | 0.42 |
| Hex | C5 | 13 | 77 | 0 | 5A | 28 | 17 | 146 | 52 | 2A |
| Octal | 305 | 23 | 167 | 0 | 132 | 50 | 27 | 506 | 122 | 52 |
| Binary | 11000101 | 10011 | 1110111 | 0 | 1011010 | 101000 | 10111 | 101000110 | 1010010 | 101010 |
Color Harmonies of #C51377
Complementary color
Monochromatic Colors of #C51377
Black with #C51377
Text Example
Text Example
White with #C51377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51377; }
p { color: rgb(197,19,119); }
H1.HeaderClassName
{
color: #C51377;
}
.AnyTagClassName
{
color: #C51377;
}
</style>
background-color css
<style>
a { background-color: #C51377; }
a { background-color: rgb(197,19,119); }
div.DivClassName
{
background-color: #C51377;
}
.BgClassName
{
background-color: #C51377;
}
</style>
border-color css
<style>
span { border-color: #C51377; }
span { border-color: rgb(197,19,119); }
td.TdClassName
{
border-color: #C51377;
}
.TagClassName
{
border-color: #C51377;
}
</style>