Shades of Medium Red Violet #C52576
Tints of Medium Red Violet #C52576
RGB
CMYK
RGB Variations
Color information
#C52576 (or 0xC52576) is known color: Medium Red Violet. HEX triplet: C5, 25 and 76. RGB value is (197,37,118). Sum of RGB (Red+Green+Blue) = 197+37+118=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C52576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52576 is #3ADA89. Grayscale: #5D5D5D. Windows color (decimal): -3857034 or 7742917. OLE color: 7742917.
HSL color Cylindrical-coordinate representation of color #C52576: hue angle of 329.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52576 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 118 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.23 |
| HSL | 329.63º | 0.68% | 0.46% | - |
| HSV(B) | 329.63º | 0.81% | 0.77% | - |
| XYZ | 26.96 | 14.5 | 18.52 | - |
| YUV | 94.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 118 | 0 | 0.81 | 0.40 | 0.23 | 329.63 | 0.68 | 0.46 |
| Hex | C5 | 25 | 76 | 0 | 51 | 28 | 17 | 14A | 44 | 2E |
| Octal | 305 | 45 | 166 | 0 | 121 | 50 | 27 | 512 | 104 | 56 |
| Binary | 11000101 | 100101 | 1110110 | 0 | 1010001 | 101000 | 10111 | 101001010 | 1000100 | 101110 |
Color Harmonies of #C52576
Complementary color
Monochromatic Colors of #C52576
Black with #C52576
Text Example
Text Example
White with #C52576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52576; }
p { color: rgb(197,37,118); }
H1.HeaderClassName
{
color: #C52576;
}
.AnyTagClassName
{
color: #C52576;
}
</style>
background-color css
<style>
a { background-color: #C52576; }
a { background-color: rgb(197,37,118); }
div.DivClassName
{
background-color: #C52576;
}
.BgClassName
{
background-color: #C52576;
}
</style>
border-color css
<style>
span { border-color: #C52576; }
span { border-color: rgb(197,37,118); }
td.TdClassName
{
border-color: #C52576;
}
.TagClassName
{
border-color: #C52576;
}
</style>