Shades of Medium Violet Red #C51670
Tints of Medium Violet Red #C51670
RGB
CMYK
RGB Variations
Color information
#C51670 (or 0xC51670) is known color: Medium Violet Red. HEX triplet: C5, 16 and 70. RGB value is (197,22,112). Sum of RGB (Red+Green+Blue) = 197+22+112=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C51670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51670 is #3AE98F. Grayscale: #545454. Windows color (decimal): -3860880 or 7345861. OLE color: 7345861.
HSL color Cylindrical-coordinate representation of color #C51670: hue angle of 329.14º degrees, saturation: 0.8, 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 #C51670 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 112 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.23 |
| HSL | 329.14º | 0.8% | 0.43% | - |
| HSV(B) | 329.14º | 0.89% | 0.77% | - |
| XYZ | 26.24 | 13.61 | 16.57 | - |
| YUV | 84.59 | 143.48 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 112 | 0 | 0.89 | 0.43 | 0.23 | 329.14 | 0.8 | 0.43 |
| Hex | C5 | 16 | 70 | 0 | 59 | 2B | 17 | 149 | 50 | 2B |
| Octal | 305 | 26 | 160 | 0 | 131 | 53 | 27 | 511 | 120 | 53 |
| Binary | 11000101 | 10110 | 1110000 | 0 | 1011001 | 101011 | 10111 | 101001001 | 1010000 | 101011 |
Color Harmonies of #C51670
Complementary color
Monochromatic Colors of #C51670
Black with #C51670
Text Example
Text Example
White with #C51670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51670; }
p { color: rgb(197,22,112); }
H1.HeaderClassName
{
color: #C51670;
}
.AnyTagClassName
{
color: #C51670;
}
</style>
background-color css
<style>
a { background-color: #C51670; }
a { background-color: rgb(197,22,112); }
div.DivClassName
{
background-color: #C51670;
}
.BgClassName
{
background-color: #C51670;
}
</style>
border-color css
<style>
span { border-color: #C51670; }
span { border-color: rgb(197,22,112); }
td.TdClassName
{
border-color: #C51670;
}
.TagClassName
{
border-color: #C51670;
}
</style>