Shades of Medium Violet Red #C51A71
Tints of Medium Violet Red #C51A71
RGB
CMYK
RGB Variations
Color information
#C51A71 (or 0xC51A71) is known color: Medium Violet Red. HEX triplet: C5, 1A and 71. RGB value is (197,26,113). Sum of RGB (Red+Green+Blue) = 197+26+113=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A71 is #3AE58E. Grayscale: #565656. Windows color (decimal): -3859855 or 7412421. OLE color: 7412421.
HSL color Cylindrical-coordinate representation of color #C51A71: hue angle of 329.47º 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 #C51A71 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 113 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.23 |
| HSL | 329.47º | 0.77% | 0.44% | - |
| HSV(B) | 329.47º | 0.87% | 0.77% | - |
| XYZ | 26.38 | 13.8 | 16.9 | - |
| YUV | 87.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 113 | 0 | 0.87 | 0.43 | 0.23 | 329.47 | 0.77 | 0.44 |
| Hex | C5 | 1A | 71 | 0 | 57 | 2B | 17 | 149 | 4D | 2C |
| Octal | 305 | 32 | 161 | 0 | 127 | 53 | 27 | 511 | 115 | 54 |
| Binary | 11000101 | 11010 | 1110001 | 0 | 1010111 | 101011 | 10111 | 101001001 | 1001101 | 101100 |
Color Harmonies of #C51A71
Complementary color
Monochromatic Colors of #C51A71
Black with #C51A71
Text Example
Text Example
White with #C51A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A71; }
p { color: rgb(197,26,113); }
H1.HeaderClassName
{
color: #C51A71;
}
.AnyTagClassName
{
color: #C51A71;
}
</style>
background-color css
<style>
a { background-color: #C51A71; }
a { background-color: rgb(197,26,113); }
div.DivClassName
{
background-color: #C51A71;
}
.BgClassName
{
background-color: #C51A71;
}
</style>
border-color css
<style>
span { border-color: #C51A71; }
span { border-color: rgb(197,26,113); }
td.TdClassName
{
border-color: #C51A71;
}
.TagClassName
{
border-color: #C51A71;
}
</style>