Shades of Medium Violet Red #C51172
Tints of Medium Violet Red #C51172
RGB
CMYK
RGB Variations
Color information
#C51172 (or 0xC51172) is known color: Medium Violet Red. HEX triplet: C5, 11 and 72. RGB value is (197,17,114). Sum of RGB (Red+Green+Blue) = 197+17+114=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C51172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51172 is #3AEE8D. Grayscale: #515151. Windows color (decimal): -3862158 or 7475653. OLE color: 7475653.
HSL color Cylindrical-coordinate representation of color #C51172: hue angle of 327.67º 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 #C51172 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 114 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.23 |
| HSL | 327.67º | 0.84% | 0.42% | - |
| HSV(B) | 327.67º | 0.91% | 0.77% | - |
| XYZ | 26.26 | 13.49 | 17.14 | - |
| YUV | 81.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 114 | 0 | 0.91 | 0.42 | 0.23 | 327.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 72 | 0 | 5B | 2A | 17 | 148 | 54 | 2A |
| Octal | 305 | 21 | 162 | 0 | 133 | 52 | 27 | 510 | 124 | 52 |
| Binary | 11000101 | 10001 | 1110010 | 0 | 1011011 | 101010 | 10111 | 101001000 | 1010100 | 101010 |
Color Harmonies of #C51172
Complementary color
Monochromatic Colors of #C51172
Black with #C51172
Text Example
Text Example
White with #C51172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51172; }
p { color: rgb(197,17,114); }
H1.HeaderClassName
{
color: #C51172;
}
.AnyTagClassName
{
color: #C51172;
}
</style>
background-color css
<style>
a { background-color: #C51172; }
a { background-color: rgb(197,17,114); }
div.DivClassName
{
background-color: #C51172;
}
.BgClassName
{
background-color: #C51172;
}
</style>
border-color css
<style>
span { border-color: #C51172; }
span { border-color: rgb(197,17,114); }
td.TdClassName
{
border-color: #C51172;
}
.TagClassName
{
border-color: #C51172;
}
</style>