Shades of Medium Red Violet #C52E95
Tints of Medium Red Violet #C52E95
RGB
CMYK
RGB Variations
Color information
#C52E95 (or 0xC52E95) is known color: Medium Red Violet. HEX triplet: C5, 2E and 95. RGB value is (197,46,149). Sum of RGB (Red+Green+Blue) = 197+46+149=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52E95 is #3AD16A. Grayscale: #666666. Windows color (decimal): -3854699 or 9776837. OLE color: 9776837.
HSL color Cylindrical-coordinate representation of color #C52E95: hue angle of 319.07º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52E95 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 149 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.23 |
| HSL | 319.07º | 0.62% | 0.48% | - |
| HSV(B) | 319.07º | 0.77% | 0.77% | - |
| XYZ | 29.43 | 15.99 | 29.97 | - |
| YUV | 102.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 149 | 0 | 0.77 | 0.24 | 0.23 | 319.07 | 0.62 | 0.48 |
| Hex | C5 | 2E | 95 | 0 | 4D | 18 | 17 | 13F | 3E | 30 |
| Octal | 305 | 56 | 225 | 0 | 115 | 30 | 27 | 477 | 76 | 60 |
| Binary | 11000101 | 101110 | 10010101 | 0 | 1001101 | 11000 | 10111 | 100111111 | 111110 | 110000 |
Color Harmonies of #C52E95
Complementary color
Monochromatic Colors of #C52E95
Black with #C52E95
Text Example
Text Example
White with #C52E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E95; }
p { color: rgb(197,46,149); }
H1.HeaderClassName
{
color: #C52E95;
}
.AnyTagClassName
{
color: #C52E95;
}
</style>
background-color css
<style>
a { background-color: #C52E95; }
a { background-color: rgb(197,46,149); }
div.DivClassName
{
background-color: #C52E95;
}
.BgClassName
{
background-color: #C52E95;
}
</style>
border-color css
<style>
span { border-color: #C52E95; }
span { border-color: rgb(197,46,149); }
td.TdClassName
{
border-color: #C52E95;
}
.TagClassName
{
border-color: #C52E95;
}
</style>