Shades of Medium Violet Red #C52375
Tints of Medium Violet Red #C52375
RGB
CMYK
RGB Variations
Color information
#C52375 (or 0xC52375) is known color: Medium Violet Red. HEX triplet: C5, 23 and 75. RGB value is (197,35,117). Sum of RGB (Red+Green+Blue) = 197+35+117=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C52375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52375 is #3ADC8A. Grayscale: #5C5C5C. Windows color (decimal): -3857547 or 7676869. OLE color: 7676869.
HSL color Cylindrical-coordinate representation of color #C52375: hue angle of 329.63º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52375 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 117 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.23 |
| HSL | 329.63º | 0.7% | 0.45% | - |
| HSV(B) | 329.63º | 0.82% | 0.77% | - |
| XYZ | 26.84 | 14.36 | 18.19 | - |
| YUV | 92.79 | 141.67 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 117 | 0 | 0.82 | 0.41 | 0.23 | 329.63 | 0.7 | 0.45 |
| Hex | C5 | 23 | 75 | 0 | 52 | 29 | 17 | 14A | 46 | 2D |
| Octal | 305 | 43 | 165 | 0 | 122 | 51 | 27 | 512 | 106 | 55 |
| Binary | 11000101 | 100011 | 1110101 | 0 | 1010010 | 101001 | 10111 | 101001010 | 1000110 | 101101 |
Color Harmonies of #C52375
Complementary color
Monochromatic Colors of #C52375
Black with #C52375
Text Example
Text Example
White with #C52375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52375; }
p { color: rgb(197,35,117); }
H1.HeaderClassName
{
color: #C52375;
}
.AnyTagClassName
{
color: #C52375;
}
</style>
background-color css
<style>
a { background-color: #C52375; }
a { background-color: rgb(197,35,117); }
div.DivClassName
{
background-color: #C52375;
}
.BgClassName
{
background-color: #C52375;
}
</style>
border-color css
<style>
span { border-color: #C52375; }
span { border-color: rgb(197,35,117); }
td.TdClassName
{
border-color: #C52375;
}
.TagClassName
{
border-color: #C52375;
}
</style>