Shades of Medium Violet Red #C51772
Tints of Medium Violet Red #C51772
RGB
CMYK
RGB Variations
Color information
#C51772 (or 0xC51772) is known color: Medium Violet Red. HEX triplet: C5, 17 and 72. RGB value is (197,23,114). Sum of RGB (Red+Green+Blue) = 197+23+114=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51772 is #3AE88D. Grayscale: #555555. Windows color (decimal): -3860622 or 7477189. OLE color: 7477189.
HSL color Cylindrical-coordinate representation of color #C51772: hue angle of 328.62º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51772 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 114 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.23 |
| HSL | 328.62º | 0.79% | 0.43% | - |
| HSV(B) | 328.62º | 0.88% | 0.77% | - |
| XYZ | 26.37 | 13.7 | 17.17 | - |
| YUV | 85.4 | 144.15 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 114 | 0 | 0.88 | 0.42 | 0.23 | 328.62 | 0.79 | 0.43 |
| Hex | C5 | 17 | 72 | 0 | 58 | 2A | 17 | 149 | 4F | 2B |
| Octal | 305 | 27 | 162 | 0 | 130 | 52 | 27 | 511 | 117 | 53 |
| Binary | 11000101 | 10111 | 1110010 | 0 | 1011000 | 101010 | 10111 | 101001001 | 1001111 | 101011 |
Color Harmonies of #C51772
Complementary color
Monochromatic Colors of #C51772
Black with #C51772
Text Example
Text Example
White with #C51772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51772; }
p { color: rgb(197,23,114); }
H1.HeaderClassName
{
color: #C51772;
}
.AnyTagClassName
{
color: #C51772;
}
</style>
background-color css
<style>
a { background-color: #C51772; }
a { background-color: rgb(197,23,114); }
div.DivClassName
{
background-color: #C51772;
}
.BgClassName
{
background-color: #C51772;
}
</style>
border-color css
<style>
span { border-color: #C51772; }
span { border-color: rgb(197,23,114); }
td.TdClassName
{
border-color: #C51772;
}
.TagClassName
{
border-color: #C51772;
}
</style>