Shades of Medium Violet Red #C51370
Tints of Medium Violet Red #C51370
RGB
CMYK
RGB Variations
Color information
#C51370 (or 0xC51370) is known color: Medium Violet Red. HEX triplet: C5, 13 and 70. RGB value is (197,19,112). Sum of RGB (Red+Green+Blue) = 197+19+112=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C51370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51370 is #3AEC8F. Grayscale: #525252. Windows color (decimal): -3861648 or 7345093. OLE color: 7345093.
HSL color Cylindrical-coordinate representation of color #C51370: hue angle of 328.65º 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 #C51370 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 112 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.23 |
| HSL | 328.65º | 0.82% | 0.42% | - |
| HSV(B) | 328.65º | 0.9% | 0.77% | - |
| XYZ | 26.18 | 13.51 | 16.56 | - |
| YUV | 82.82 | 144.47 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 112 | 0 | 0.90 | 0.43 | 0.23 | 328.65 | 0.82 | 0.42 |
| Hex | C5 | 13 | 70 | 0 | 5A | 2B | 17 | 149 | 52 | 2A |
| Octal | 305 | 23 | 160 | 0 | 132 | 53 | 27 | 511 | 122 | 52 |
| Binary | 11000101 | 10011 | 1110000 | 0 | 1011010 | 101011 | 10111 | 101001001 | 1010010 | 101010 |
Color Harmonies of #C51370
Complementary color
Monochromatic Colors of #C51370
Black with #C51370
Text Example
Text Example
White with #C51370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51370; }
p { color: rgb(197,19,112); }
H1.HeaderClassName
{
color: #C51370;
}
.AnyTagClassName
{
color: #C51370;
}
</style>
background-color css
<style>
a { background-color: #C51370; }
a { background-color: rgb(197,19,112); }
div.DivClassName
{
background-color: #C51370;
}
.BgClassName
{
background-color: #C51370;
}
</style>
border-color css
<style>
span { border-color: #C51370; }
span { border-color: rgb(197,19,112); }
td.TdClassName
{
border-color: #C51370;
}
.TagClassName
{
border-color: #C51370;
}
</style>