Shades of Medium Red Violet #C53071
Tints of Medium Red Violet #C53071
RGB
CMYK
RGB Variations
Color information
#C53071 (or 0xC53071) is known color: Medium Red Violet. HEX triplet: C5, 30 and 71. RGB value is (197,48,113). Sum of RGB (Red+Green+Blue) = 197+48+113=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C53071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53071 is #3ACF8E. Grayscale: #636363. Windows color (decimal): -3854223 or 7418053. OLE color: 7418053.
HSL color Cylindrical-coordinate representation of color #C53071: hue angle of 333.83º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53071 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 113 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.23 |
| HSL | 333.83º | 0.61% | 0.48% | - |
| HSV(B) | 333.83º | 0.76% | 0.77% | - |
| XYZ | 27.06 | 15.18 | 17.13 | - |
| YUV | 99.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 113 | 0 | 0.76 | 0.43 | 0.23 | 333.83 | 0.61 | 0.48 |
| Hex | C5 | 30 | 71 | 0 | 4C | 2B | 17 | 14E | 3D | 30 |
| Octal | 305 | 60 | 161 | 0 | 114 | 53 | 27 | 516 | 75 | 60 |
| Binary | 11000101 | 110000 | 1110001 | 0 | 1001100 | 101011 | 10111 | 101001110 | 111101 | 110000 |
Color Harmonies of #C53071
Complementary color
Monochromatic Colors of #C53071
Black with #C53071
Text Example
Text Example
White with #C53071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53071; }
p { color: rgb(197,48,113); }
H1.HeaderClassName
{
color: #C53071;
}
.AnyTagClassName
{
color: #C53071;
}
</style>
background-color css
<style>
a { background-color: #C53071; }
a { background-color: rgb(197,48,113); }
div.DivClassName
{
background-color: #C53071;
}
.BgClassName
{
background-color: #C53071;
}
</style>
border-color css
<style>
span { border-color: #C53071; }
span { border-color: rgb(197,48,113); }
td.TdClassName
{
border-color: #C53071;
}
.TagClassName
{
border-color: #C53071;
}
</style>