Shades of Medium Violet Red #C51572
Tints of Medium Violet Red #C51572
RGB
CMYK
RGB Variations
Color information
#C51572 (or 0xC51572) is known color: Medium Violet Red. HEX triplet: C5, 15 and 72. RGB value is (197,21,114). Sum of RGB (Red+Green+Blue) = 197+21+114=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C51572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51572 is #3AEA8D. Grayscale: #545454. Windows color (decimal): -3861134 or 7476677. OLE color: 7476677.
HSL color Cylindrical-coordinate representation of color #C51572: hue angle of 328.3º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51572 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 114 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.23 |
| HSL | 328.3º | 0.81% | 0.43% | - |
| HSV(B) | 328.3º | 0.89% | 0.77% | - |
| XYZ | 26.33 | 13.62 | 17.16 | - |
| YUV | 84.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 114 | 0 | 0.89 | 0.42 | 0.23 | 328.3 | 0.81 | 0.43 |
| Hex | C5 | 15 | 72 | 0 | 59 | 2A | 17 | 148 | 51 | 2B |
| Octal | 305 | 25 | 162 | 0 | 131 | 52 | 27 | 510 | 121 | 53 |
| Binary | 11000101 | 10101 | 1110010 | 0 | 1011001 | 101010 | 10111 | 101001000 | 1010001 | 101011 |
Color Harmonies of #C51572
Complementary color
Monochromatic Colors of #C51572
Black with #C51572
Text Example
Text Example
White with #C51572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51572; }
p { color: rgb(197,21,114); }
H1.HeaderClassName
{
color: #C51572;
}
.AnyTagClassName
{
color: #C51572;
}
</style>
background-color css
<style>
a { background-color: #C51572; }
a { background-color: rgb(197,21,114); }
div.DivClassName
{
background-color: #C51572;
}
.BgClassName
{
background-color: #C51572;
}
</style>
border-color css
<style>
span { border-color: #C51572; }
span { border-color: rgb(197,21,114); }
td.TdClassName
{
border-color: #C51572;
}
.TagClassName
{
border-color: #C51572;
}
</style>