Shades of Medium Violet Red #C52075
Tints of Medium Violet Red #C52075
RGB
CMYK
RGB Variations
Color information
#C52075 (or 0xC52075) is known color: Medium Violet Red. HEX triplet: C5, 20 and 75. RGB value is (197,32,117). Sum of RGB (Red+Green+Blue) = 197+32+117=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C52075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52075 is #3ADF8A. Grayscale: #5A5A5A. Windows color (decimal): -3858315 or 7676101. OLE color: 7676101.
HSL color Cylindrical-coordinate representation of color #C52075: hue angle of 329.09º 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 #C52075 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 117 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.23 |
| HSL | 329.09º | 0.72% | 0.45% | - |
| HSV(B) | 329.09º | 0.84% | 0.77% | - |
| XYZ | 26.75 | 14.19 | 18.16 | - |
| YUV | 91.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 117 | 0 | 0.84 | 0.41 | 0.23 | 329.09 | 0.72 | 0.45 |
| Hex | C5 | 20 | 75 | 0 | 54 | 29 | 17 | 149 | 48 | 2D |
| Octal | 305 | 40 | 165 | 0 | 124 | 51 | 27 | 511 | 110 | 55 |
| Binary | 11000101 | 100000 | 1110101 | 0 | 1010100 | 101001 | 10111 | 101001001 | 1001000 | 101101 |
Color Harmonies of #C52075
Complementary color
Monochromatic Colors of #C52075
Black with #C52075
Text Example
Text Example
White with #C52075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52075; }
p { color: rgb(197,32,117); }
H1.HeaderClassName
{
color: #C52075;
}
.AnyTagClassName
{
color: #C52075;
}
</style>
background-color css
<style>
a { background-color: #C52075; }
a { background-color: rgb(197,32,117); }
div.DivClassName
{
background-color: #C52075;
}
.BgClassName
{
background-color: #C52075;
}
</style>
border-color css
<style>
span { border-color: #C52075; }
span { border-color: rgb(197,32,117); }
td.TdClassName
{
border-color: #C52075;
}
.TagClassName
{
border-color: #C52075;
}
</style>