Shades of Medium Violet Red #C51571
Tints of Medium Violet Red #C51571
RGB
CMYK
RGB Variations
Color information
#C51571 (or 0xC51571) is known color: Medium Violet Red. HEX triplet: C5, 15 and 71. RGB value is (197,21,113). Sum of RGB (Red+Green+Blue) = 197+21+113=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C51571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51571 is #3AEA8E. Grayscale: #535353. Windows color (decimal): -3861135 or 7411141. OLE color: 7411141.
HSL color Cylindrical-coordinate representation of color #C51571: hue angle of 328.64º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51571 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 113 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.23 |
| HSL | 328.64º | 0.81% | 0.43% | - |
| HSV(B) | 328.64º | 0.89% | 0.77% | - |
| XYZ | 26.27 | 13.6 | 16.86 | - |
| YUV | 84.11 | 144.31 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 113 | 0 | 0.89 | 0.43 | 0.23 | 328.64 | 0.81 | 0.43 |
| Hex | C5 | 15 | 71 | 0 | 59 | 2B | 17 | 149 | 51 | 2B |
| Octal | 305 | 25 | 161 | 0 | 131 | 53 | 27 | 511 | 121 | 53 |
| Binary | 11000101 | 10101 | 1110001 | 0 | 1011001 | 101011 | 10111 | 101001001 | 1010001 | 101011 |
Color Harmonies of #C51571
Complementary color
Monochromatic Colors of #C51571
Black with #C51571
Text Example
Text Example
White with #C51571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51571; }
p { color: rgb(197,21,113); }
H1.HeaderClassName
{
color: #C51571;
}
.AnyTagClassName
{
color: #C51571;
}
</style>
background-color css
<style>
a { background-color: #C51571; }
a { background-color: rgb(197,21,113); }
div.DivClassName
{
background-color: #C51571;
}
.BgClassName
{
background-color: #C51571;
}
</style>
border-color css
<style>
span { border-color: #C51571; }
span { border-color: rgb(197,21,113); }
td.TdClassName
{
border-color: #C51571;
}
.TagClassName
{
border-color: #C51571;
}
</style>