Shades of Medium Violet Red #C51871
Tints of Medium Violet Red #C51871
RGB
CMYK
RGB Variations
Color information
#C51871 (or 0xC51871) is known color: Medium Violet Red. HEX triplet: C5, 18 and 71. RGB value is (197,24,113). Sum of RGB (Red+Green+Blue) = 197+24+113=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51871 is #3AE78E. Grayscale: #555555. Windows color (decimal): -3860367 or 7411909. OLE color: 7411909.
HSL color Cylindrical-coordinate representation of color #C51871: hue angle of 329.13º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51871 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 113 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.23 |
| HSL | 329.13º | 0.78% | 0.43% | - |
| HSV(B) | 329.13º | 0.88% | 0.77% | - |
| XYZ | 26.33 | 13.72 | 16.88 | - |
| YUV | 85.87 | 143.31 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 113 | 0 | 0.88 | 0.43 | 0.23 | 329.13 | 0.78 | 0.43 |
| Hex | C5 | 18 | 71 | 0 | 58 | 2B | 17 | 149 | 4E | 2B |
| Octal | 305 | 30 | 161 | 0 | 130 | 53 | 27 | 511 | 116 | 53 |
| Binary | 11000101 | 11000 | 1110001 | 0 | 1011000 | 101011 | 10111 | 101001001 | 1001110 | 101011 |
Color Harmonies of #C51871
Complementary color
Monochromatic Colors of #C51871
Black with #C51871
Text Example
Text Example
White with #C51871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51871; }
p { color: rgb(197,24,113); }
H1.HeaderClassName
{
color: #C51871;
}
.AnyTagClassName
{
color: #C51871;
}
</style>
background-color css
<style>
a { background-color: #C51871; }
a { background-color: rgb(197,24,113); }
div.DivClassName
{
background-color: #C51871;
}
.BgClassName
{
background-color: #C51871;
}
</style>
border-color css
<style>
span { border-color: #C51871; }
span { border-color: rgb(197,24,113); }
td.TdClassName
{
border-color: #C51871;
}
.TagClassName
{
border-color: #C51871;
}
</style>