Shades of Medium Violet Red #C52073
Tints of Medium Violet Red #C52073
RGB
CMYK
RGB Variations
Color information
#C52073 (or 0xC52073) is known color: Medium Violet Red. HEX triplet: C5, 20 and 73. RGB value is (197,32,115). Sum of RGB (Red+Green+Blue) = 197+32+115=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C52073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52073 is #3ADF8C. Grayscale: #5A5A5A. Windows color (decimal): -3858317 or 7545029. OLE color: 7545029.
HSL color Cylindrical-coordinate representation of color #C52073: hue angle of 329.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52073 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 115 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.23 |
| HSL | 329.82º | 0.72% | 0.45% | - |
| HSV(B) | 329.82º | 0.84% | 0.77% | - |
| XYZ | 26.64 | 14.14 | 17.55 | - |
| YUV | 90.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 115 | 0 | 0.84 | 0.42 | 0.23 | 329.82 | 0.72 | 0.45 |
| Hex | C5 | 20 | 73 | 0 | 54 | 2A | 17 | 14A | 48 | 2D |
| Octal | 305 | 40 | 163 | 0 | 124 | 52 | 27 | 512 | 110 | 55 |
| Binary | 11000101 | 100000 | 1110011 | 0 | 1010100 | 101010 | 10111 | 101001010 | 1001000 | 101101 |
Color Harmonies of #C52073
Complementary color
Monochromatic Colors of #C52073
Black with #C52073
Text Example
Text Example
White with #C52073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52073; }
p { color: rgb(197,32,115); }
H1.HeaderClassName
{
color: #C52073;
}
.AnyTagClassName
{
color: #C52073;
}
</style>
background-color css
<style>
a { background-color: #C52073; }
a { background-color: rgb(197,32,115); }
div.DivClassName
{
background-color: #C52073;
}
.BgClassName
{
background-color: #C52073;
}
</style>
border-color css
<style>
span { border-color: #C52073; }
span { border-color: rgb(197,32,115); }
td.TdClassName
{
border-color: #C52073;
}
.TagClassName
{
border-color: #C52073;
}
</style>