Shades of Medium Violet Red #C51472
Tints of Medium Violet Red #C51472
RGB
CMYK
RGB Variations
Color information
#C51472 (or 0xC51472) is known color: Medium Violet Red. HEX triplet: C5, 14 and 72. RGB value is (197,20,114). Sum of RGB (Red+Green+Blue) = 197+20+114=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C51472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51472 is #3AEB8D. Grayscale: #535353. Windows color (decimal): -3861390 or 7476421. OLE color: 7476421.
HSL color Cylindrical-coordinate representation of color #C51472: hue angle of 328.14º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51472 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 114 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.23 |
| HSL | 328.14º | 0.82% | 0.43% | - |
| HSV(B) | 328.14º | 0.9% | 0.77% | - |
| XYZ | 26.31 | 13.59 | 17.15 | - |
| YUV | 83.64 | 145.14 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 114 | 0 | 0.90 | 0.42 | 0.23 | 328.14 | 0.82 | 0.43 |
| Hex | C5 | 14 | 72 | 0 | 5A | 2A | 17 | 148 | 52 | 2B |
| Octal | 305 | 24 | 162 | 0 | 132 | 52 | 27 | 510 | 122 | 53 |
| Binary | 11000101 | 10100 | 1110010 | 0 | 1011010 | 101010 | 10111 | 101001000 | 1010010 | 101011 |
Color Harmonies of #C51472
Complementary color
Monochromatic Colors of #C51472
Black with #C51472
Text Example
Text Example
White with #C51472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51472; }
p { color: rgb(197,20,114); }
H1.HeaderClassName
{
color: #C51472;
}
.AnyTagClassName
{
color: #C51472;
}
</style>
background-color css
<style>
a { background-color: #C51472; }
a { background-color: rgb(197,20,114); }
div.DivClassName
{
background-color: #C51472;
}
.BgClassName
{
background-color: #C51472;
}
</style>
border-color css
<style>
span { border-color: #C51472; }
span { border-color: rgb(197,20,114); }
td.TdClassName
{
border-color: #C51472;
}
.TagClassName
{
border-color: #C51472;
}
</style>