Shades of Medium Violet Red #C51986
Tints of Medium Violet Red #C51986
RGB
CMYK
RGB Variations
Color information
#C51986 (or 0xC51986) is known color: Medium Violet Red. HEX triplet: C5, 19 and 86. RGB value is (197,25,134). Sum of RGB (Red+Green+Blue) = 197+25+134=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C51986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51986 is #3AE679. Grayscale: #585858. Windows color (decimal): -3860090 or 8788421. OLE color: 8788421.
HSL color Cylindrical-coordinate representation of color #C51986: hue angle of 321.98º 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 #C51986 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 134 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.23 |
| HSL | 321.98º | 0.77% | 0.44% | - |
| HSV(B) | 321.98º | 0.87% | 0.77% | - |
| XYZ | 27.68 | 14.29 | 23.85 | - |
| YUV | 88.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 134 | 0 | 0.87 | 0.32 | 0.23 | 321.98 | 0.77 | 0.44 |
| Hex | C5 | 19 | 86 | 0 | 57 | 20 | 17 | 142 | 4D | 2C |
| Octal | 305 | 31 | 206 | 0 | 127 | 40 | 27 | 502 | 115 | 54 |
| Binary | 11000101 | 11001 | 10000110 | 0 | 1010111 | 100000 | 10111 | 101000010 | 1001101 | 101100 |
Color Harmonies of #C51986
Complementary color
Monochromatic Colors of #C51986
Black with #C51986
Text Example
Text Example
White with #C51986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51986; }
p { color: rgb(197,25,134); }
H1.HeaderClassName
{
color: #C51986;
}
.AnyTagClassName
{
color: #C51986;
}
</style>
background-color css
<style>
a { background-color: #C51986; }
a { background-color: rgb(197,25,134); }
div.DivClassName
{
background-color: #C51986;
}
.BgClassName
{
background-color: #C51986;
}
</style>
border-color css
<style>
span { border-color: #C51986; }
span { border-color: rgb(197,25,134); }
td.TdClassName
{
border-color: #C51986;
}
.TagClassName
{
border-color: #C51986;
}
</style>