Shades of Medium Red Violet #C52795
Tints of Medium Red Violet #C52795
RGB
CMYK
RGB Variations
Color information
#C52795 (or 0xC52795) is known color: Medium Red Violet. HEX triplet: C5, 27 and 95. RGB value is (197,39,149). Sum of RGB (Red+Green+Blue) = 197+39+149=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C52795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52795 is #3AD86A. Grayscale: #626262. Windows color (decimal): -3856491 or 9775045. OLE color: 9775045.
HSL color Cylindrical-coordinate representation of color #C52795: hue angle of 318.23º degrees, saturation: 0.67, 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 #C52795 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 149 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.23 |
| HSL | 318.23º | 0.67% | 0.46% | - |
| HSV(B) | 318.23º | 0.8% | 0.77% | - |
| XYZ | 29.18 | 15.49 | 29.89 | - |
| YUV | 98.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 149 | 0 | 0.80 | 0.24 | 0.23 | 318.23 | 0.67 | 0.46 |
| Hex | C5 | 27 | 95 | 0 | 50 | 18 | 17 | 13E | 43 | 2E |
| Octal | 305 | 47 | 225 | 0 | 120 | 30 | 27 | 476 | 103 | 56 |
| Binary | 11000101 | 100111 | 10010101 | 0 | 1010000 | 11000 | 10111 | 100111110 | 1000011 | 101110 |
Color Harmonies of #C52795
Complementary color
Monochromatic Colors of #C52795
Black with #C52795
Text Example
Text Example
White with #C52795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52795; }
p { color: rgb(197,39,149); }
H1.HeaderClassName
{
color: #C52795;
}
.AnyTagClassName
{
color: #C52795;
}
</style>
background-color css
<style>
a { background-color: #C52795; }
a { background-color: rgb(197,39,149); }
div.DivClassName
{
background-color: #C52795;
}
.BgClassName
{
background-color: #C52795;
}
</style>
border-color css
<style>
span { border-color: #C52795; }
span { border-color: rgb(197,39,149); }
td.TdClassName
{
border-color: #C52795;
}
.TagClassName
{
border-color: #C52795;
}
</style>