Shades of Medium Violet Red #C52495
Tints of Medium Violet Red #C52495
RGB
CMYK
RGB Variations
Color information
#C52495 (or 0xC52495) is known color: Medium Violet Red. HEX triplet: C5, 24 and 95. RGB value is (197,36,149). Sum of RGB (Red+Green+Blue) = 197+36+149=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C52495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52495 is #3ADB6A. Grayscale: #606060. Windows color (decimal): -3857259 or 9774277. OLE color: 9774277.
HSL color Cylindrical-coordinate representation of color #C52495: hue angle of 317.89º 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 #C52495 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 149 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.23 |
| HSL | 317.89º | 0.69% | 0.46% | - |
| HSV(B) | 317.89º | 0.82% | 0.77% | - |
| XYZ | 29.08 | 15.3 | 29.85 | - |
| YUV | 97.02 | 157.34 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 149 | 0 | 0.82 | 0.24 | 0.23 | 317.89 | 0.69 | 0.46 |
| Hex | C5 | 24 | 95 | 0 | 52 | 18 | 17 | 13E | 45 | 2E |
| Octal | 305 | 44 | 225 | 0 | 122 | 30 | 27 | 476 | 105 | 56 |
| Binary | 11000101 | 100100 | 10010101 | 0 | 1010010 | 11000 | 10111 | 100111110 | 1000101 | 101110 |
Color Harmonies of #C52495
Complementary color
Monochromatic Colors of #C52495
Black with #C52495
Text Example
Text Example
White with #C52495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52495; }
p { color: rgb(197,36,149); }
H1.HeaderClassName
{
color: #C52495;
}
.AnyTagClassName
{
color: #C52495;
}
</style>
background-color css
<style>
a { background-color: #C52495; }
a { background-color: rgb(197,36,149); }
div.DivClassName
{
background-color: #C52495;
}
.BgClassName
{
background-color: #C52495;
}
</style>
border-color css
<style>
span { border-color: #C52495; }
span { border-color: rgb(197,36,149); }
td.TdClassName
{
border-color: #C52495;
}
.TagClassName
{
border-color: #C52495;
}
</style>