Shades of Medium Violet Red #C52497
Tints of Medium Violet Red #C52497
RGB
CMYK
RGB Variations
Color information
#C52497 (or 0xC52497) is known color: Medium Violet Red. HEX triplet: C5, 24 and 97. RGB value is (197,36,151). Sum of RGB (Red+Green+Blue) = 197+36+151=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C52497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52497 is #3ADB68. Grayscale: #606060. Windows color (decimal): -3857257 or 9905349. OLE color: 9905349.
HSL color Cylindrical-coordinate representation of color #C52497: hue angle of 317.14º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52497 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 151 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.23 |
| HSL | 317.14º | 0.69% | 0.46% | - |
| HSV(B) | 317.14º | 0.82% | 0.77% | - |
| XYZ | 29.24 | 15.37 | 30.7 | - |
| YUV | 97.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 151 | 0 | 0.82 | 0.23 | 0.23 | 317.14 | 0.69 | 0.46 |
| Hex | C5 | 24 | 97 | 0 | 52 | 17 | 17 | 13D | 45 | 2E |
| Octal | 305 | 44 | 227 | 0 | 122 | 27 | 27 | 475 | 105 | 56 |
| Binary | 11000101 | 100100 | 10010111 | 0 | 1010010 | 10111 | 10111 | 100111101 | 1000101 | 101110 |
Color Harmonies of #C52497
Complementary color
Monochromatic Colors of #C52497
Black with #C52497
Text Example
Text Example
White with #C52497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52497; }
p { color: rgb(197,36,151); }
H1.HeaderClassName
{
color: #C52497;
}
.AnyTagClassName
{
color: #C52497;
}
</style>
background-color css
<style>
a { background-color: #C52497; }
a { background-color: rgb(197,36,151); }
div.DivClassName
{
background-color: #C52497;
}
.BgClassName
{
background-color: #C52497;
}
</style>
border-color css
<style>
span { border-color: #C52497; }
span { border-color: rgb(197,36,151); }
td.TdClassName
{
border-color: #C52497;
}
.TagClassName
{
border-color: #C52497;
}
</style>