Shades of Medium Red Violet #C52E8D
Tints of Medium Red Violet #C52E8D
RGB
CMYK
RGB Variations
Color information
#C52E8D (or 0xC52E8D) is known color: Medium Red Violet. HEX triplet: C5, 2E and 8D. RGB value is (197,46,141). Sum of RGB (Red+Green+Blue) = 197+46+141=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52E8D is #3AD172. Grayscale: #656565. Windows color (decimal): -3854707 or 9252549. OLE color: 9252549.
HSL color Cylindrical-coordinate representation of color #C52E8D: hue angle of 322.25º 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 #C52E8D is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 141 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.23 |
| HSL | 322.25º | 0.62% | 0.48% | - |
| HSV(B) | 322.25º | 0.77% | 0.77% | - |
| XYZ | 28.81 | 15.75 | 26.72 | - |
| YUV | 101.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 141 | 0 | 0.77 | 0.28 | 0.23 | 322.25 | 0.62 | 0.48 |
| Hex | C5 | 2E | 8D | 0 | 4D | 1C | 17 | 142 | 3E | 30 |
| Octal | 305 | 56 | 215 | 0 | 115 | 34 | 27 | 502 | 76 | 60 |
| Binary | 11000101 | 101110 | 10001101 | 0 | 1001101 | 11100 | 10111 | 101000010 | 111110 | 110000 |
Color Harmonies of #C52E8D
Complementary color
Monochromatic Colors of #C52E8D
Black with #C52E8D
Text Example
Text Example
White with #C52E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E8D; }
p { color: rgb(197,46,141); }
H1.HeaderClassName
{
color: #C52E8D;
}
.AnyTagClassName
{
color: #C52E8D;
}
</style>
background-color css
<style>
a { background-color: #C52E8D; }
a { background-color: rgb(197,46,141); }
div.DivClassName
{
background-color: #C52E8D;
}
.BgClassName
{
background-color: #C52E8D;
}
</style>
border-color css
<style>
span { border-color: #C52E8D; }
span { border-color: rgb(197,46,141); }
td.TdClassName
{
border-color: #C52E8D;
}
.TagClassName
{
border-color: #C52E8D;
}
</style>