Shades of Medium Red Violet #C52895
Tints of Medium Red Violet #C52895
RGB
CMYK
RGB Variations
Color information
#C52895 (or 0xC52895) is known color: Medium Red Violet. HEX triplet: C5, 28 and 95. RGB value is (197,40,149). Sum of RGB (Red+Green+Blue) = 197+40+149=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C52895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52895 is #3AD76A. Grayscale: #636363. Windows color (decimal): -3856235 or 9775301. OLE color: 9775301.
HSL color Cylindrical-coordinate representation of color #C52895: hue angle of 318.34º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52895 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 149 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.23 |
| HSL | 318.34º | 0.66% | 0.46% | - |
| HSV(B) | 318.34º | 0.8% | 0.77% | - |
| XYZ | 29.21 | 15.56 | 29.9 | - |
| YUV | 99.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 149 | 0 | 0.80 | 0.24 | 0.23 | 318.34 | 0.66 | 0.46 |
| Hex | C5 | 28 | 95 | 0 | 50 | 18 | 17 | 13E | 42 | 2E |
| Octal | 305 | 50 | 225 | 0 | 120 | 30 | 27 | 476 | 102 | 56 |
| Binary | 11000101 | 101000 | 10010101 | 0 | 1010000 | 11000 | 10111 | 100111110 | 1000010 | 101110 |
Color Harmonies of #C52895
Complementary color
Monochromatic Colors of #C52895
Black with #C52895
Text Example
Text Example
White with #C52895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52895; }
p { color: rgb(197,40,149); }
H1.HeaderClassName
{
color: #C52895;
}
.AnyTagClassName
{
color: #C52895;
}
</style>
background-color css
<style>
a { background-color: #C52895; }
a { background-color: rgb(197,40,149); }
div.DivClassName
{
background-color: #C52895;
}
.BgClassName
{
background-color: #C52895;
}
</style>
border-color css
<style>
span { border-color: #C52895; }
span { border-color: rgb(197,40,149); }
td.TdClassName
{
border-color: #C52895;
}
.TagClassName
{
border-color: #C52895;
}
</style>