Shades of Medium Red Violet #C52F8D
Tints of Medium Red Violet #C52F8D
RGB
CMYK
RGB Variations
Color information
#C52F8D (or 0xC52F8D) is known color: Medium Red Violet. HEX triplet: C5, 2F and 8D. RGB value is (197,47,141). Sum of RGB (Red+Green+Blue) = 197+47+141=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52F8D is #3AD072. Grayscale: #666666. Windows color (decimal): -3854451 or 9252805. OLE color: 9252805.
HSL color Cylindrical-coordinate representation of color #C52F8D: hue angle of 322.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52F8D is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 141 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.23 |
| HSL | 322.4º | 0.61% | 0.48% | - |
| HSV(B) | 322.4º | 0.76% | 0.77% | - |
| XYZ | 28.85 | 15.83 | 26.73 | - |
| YUV | 102.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 141 | 0 | 0.76 | 0.28 | 0.23 | 322.4 | 0.61 | 0.48 |
| Hex | C5 | 2F | 8D | 0 | 4C | 1C | 17 | 142 | 3D | 30 |
| Octal | 305 | 57 | 215 | 0 | 114 | 34 | 27 | 502 | 75 | 60 |
| Binary | 11000101 | 101111 | 10001101 | 0 | 1001100 | 11100 | 10111 | 101000010 | 111101 | 110000 |
Color Harmonies of #C52F8D
Complementary color
Monochromatic Colors of #C52F8D
Black with #C52F8D
Text Example
Text Example
White with #C52F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F8D; }
p { color: rgb(197,47,141); }
H1.HeaderClassName
{
color: #C52F8D;
}
.AnyTagClassName
{
color: #C52F8D;
}
</style>
background-color css
<style>
a { background-color: #C52F8D; }
a { background-color: rgb(197,47,141); }
div.DivClassName
{
background-color: #C52F8D;
}
.BgClassName
{
background-color: #C52F8D;
}
</style>
border-color css
<style>
span { border-color: #C52F8D; }
span { border-color: rgb(197,47,141); }
td.TdClassName
{
border-color: #C52F8D;
}
.TagClassName
{
border-color: #C52F8D;
}
</style>