Shades of Medium Violet Red #C51170
Tints of Medium Violet Red #C51170
RGB
CMYK
RGB Variations
Color information
#C51170 (or 0xC51170) is known color: Medium Violet Red. HEX triplet: C5, 11 and 70. RGB value is (197,17,112). Sum of RGB (Red+Green+Blue) = 197+17+112=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C51170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51170 is #3AEE8F. Grayscale: #515151. Windows color (decimal): -3862160 or 7344581. OLE color: 7344581.
HSL color Cylindrical-coordinate representation of color #C51170: hue angle of 328.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51170 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 112 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.23 |
| HSL | 328.33º | 0.84% | 0.42% | - |
| HSV(B) | 328.33º | 0.91% | 0.77% | - |
| XYZ | 26.15 | 13.44 | 16.55 | - |
| YUV | 81.65 | 145.13 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 112 | 0 | 0.91 | 0.43 | 0.23 | 328.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 70 | 0 | 5B | 2B | 17 | 148 | 54 | 2A |
| Octal | 305 | 21 | 160 | 0 | 133 | 53 | 27 | 510 | 124 | 52 |
| Binary | 11000101 | 10001 | 1110000 | 0 | 1011011 | 101011 | 10111 | 101001000 | 1010100 | 101010 |
Color Harmonies of #C51170
Complementary color
Monochromatic Colors of #C51170
Black with #C51170
Text Example
Text Example
White with #C51170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51170; }
p { color: rgb(197,17,112); }
H1.HeaderClassName
{
color: #C51170;
}
.AnyTagClassName
{
color: #C51170;
}
</style>
background-color css
<style>
a { background-color: #C51170; }
a { background-color: rgb(197,17,112); }
div.DivClassName
{
background-color: #C51170;
}
.BgClassName
{
background-color: #C51170;
}
</style>
border-color css
<style>
span { border-color: #C51170; }
span { border-color: rgb(197,17,112); }
td.TdClassName
{
border-color: #C51170;
}
.TagClassName
{
border-color: #C51170;
}
</style>