Shades of Medium Violet Red #C51D72
Tints of Medium Violet Red #C51D72
RGB
CMYK
RGB Variations
Color information
#C51D72 (or 0xC51D72) is known color: Medium Violet Red. HEX triplet: C5, 1D and 72. RGB value is (197,29,114). Sum of RGB (Red+Green+Blue) = 197+29+114=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D72 is #3AE28D. Grayscale: #585858. Windows color (decimal): -3859086 or 7478725. OLE color: 7478725.
HSL color Cylindrical-coordinate representation of color #C51D72: hue angle of 329.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D72 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 114 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.23 |
| HSL | 329.64º | 0.74% | 0.44% | - |
| HSV(B) | 329.64º | 0.85% | 0.77% | - |
| XYZ | 26.5 | 13.96 | 17.22 | - |
| YUV | 88.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 114 | 0 | 0.85 | 0.42 | 0.23 | 329.64 | 0.74 | 0.44 |
| Hex | C5 | 1D | 72 | 0 | 55 | 2A | 17 | 14A | 4A | 2C |
| Octal | 305 | 35 | 162 | 0 | 125 | 52 | 27 | 512 | 112 | 54 |
| Binary | 11000101 | 11101 | 1110010 | 0 | 1010101 | 101010 | 10111 | 101001010 | 1001010 | 101100 |
Color Harmonies of #C51D72
Complementary color
Monochromatic Colors of #C51D72
Black with #C51D72
Text Example
Text Example
White with #C51D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D72; }
p { color: rgb(197,29,114); }
H1.HeaderClassName
{
color: #C51D72;
}
.AnyTagClassName
{
color: #C51D72;
}
</style>
background-color css
<style>
a { background-color: #C51D72; }
a { background-color: rgb(197,29,114); }
div.DivClassName
{
background-color: #C51D72;
}
.BgClassName
{
background-color: #C51D72;
}
</style>
border-color css
<style>
span { border-color: #C51D72; }
span { border-color: rgb(197,29,114); }
td.TdClassName
{
border-color: #C51D72;
}
.TagClassName
{
border-color: #C51D72;
}
</style>