Shades of Medium Violet Red #C52074
Tints of Medium Violet Red #C52074
RGB
CMYK
RGB Variations
Color information
#C52074 (or 0xC52074) is known color: Medium Violet Red. HEX triplet: C5, 20 and 74. RGB value is (197,32,116). Sum of RGB (Red+Green+Blue) = 197+32+116=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C52074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52074 is #3ADF8B. Grayscale: #5A5A5A. Windows color (decimal): -3858316 or 7610565. OLE color: 7610565.
HSL color Cylindrical-coordinate representation of color #C52074: hue angle of 329.45º 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 #C52074 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 116 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.23 |
| HSL | 329.45º | 0.72% | 0.45% | - |
| HSV(B) | 329.45º | 0.84% | 0.77% | - |
| XYZ | 26.69 | 14.16 | 17.85 | - |
| YUV | 90.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 116 | 0 | 0.84 | 0.41 | 0.23 | 329.45 | 0.72 | 0.45 |
| Hex | C5 | 20 | 74 | 0 | 54 | 29 | 17 | 149 | 48 | 2D |
| Octal | 305 | 40 | 164 | 0 | 124 | 51 | 27 | 511 | 110 | 55 |
| Binary | 11000101 | 100000 | 1110100 | 0 | 1010100 | 101001 | 10111 | 101001001 | 1001000 | 101101 |
Color Harmonies of #C52074
Complementary color
Monochromatic Colors of #C52074
Black with #C52074
Text Example
Text Example
White with #C52074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52074; }
p { color: rgb(197,32,116); }
H1.HeaderClassName
{
color: #C52074;
}
.AnyTagClassName
{
color: #C52074;
}
</style>
background-color css
<style>
a { background-color: #C52074; }
a { background-color: rgb(197,32,116); }
div.DivClassName
{
background-color: #C52074;
}
.BgClassName
{
background-color: #C52074;
}
</style>
border-color css
<style>
span { border-color: #C52074; }
span { border-color: rgb(197,32,116); }
td.TdClassName
{
border-color: #C52074;
}
.TagClassName
{
border-color: #C52074;
}
</style>