Shades of Medium Red Violet #C52D9D
Tints of Medium Red Violet #C52D9D
RGB
CMYK
RGB Variations
Color information
#C52D9D (or 0xC52D9D) is known color: Medium Red Violet. HEX triplet: C5, 2D and 9D. RGB value is (197,45,157). Sum of RGB (Red+Green+Blue) = 197+45+157=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52D9D is #3AD262. Grayscale: #666666. Windows color (decimal): -3854947 or 10300869. OLE color: 10300869.
HSL color Cylindrical-coordinate representation of color #C52D9D: hue angle of 315.79º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52D9D is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 157 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.23 |
| HSL | 315.79º | 0.63% | 0.47% | - |
| HSV(B) | 315.79º | 0.77% | 0.77% | - |
| XYZ | 30.05 | 16.18 | 33.44 | - |
| YUV | 103.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 157 | 0 | 0.77 | 0.20 | 0.23 | 315.79 | 0.63 | 0.47 |
| Hex | C5 | 2D | 9D | 0 | 4D | 14 | 17 | 13C | 3F | 2F |
| Octal | 305 | 55 | 235 | 0 | 115 | 24 | 27 | 474 | 77 | 57 |
| Binary | 11000101 | 101101 | 10011101 | 0 | 1001101 | 10100 | 10111 | 100111100 | 111111 | 101111 |
Color Harmonies of #C52D9D
Complementary color
Monochromatic Colors of #C52D9D
Black with #C52D9D
Text Example
Text Example
White with #C52D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D9D; }
p { color: rgb(197,45,157); }
H1.HeaderClassName
{
color: #C52D9D;
}
.AnyTagClassName
{
color: #C52D9D;
}
</style>
background-color css
<style>
a { background-color: #C52D9D; }
a { background-color: rgb(197,45,157); }
div.DivClassName
{
background-color: #C52D9D;
}
.BgClassName
{
background-color: #C52D9D;
}
</style>
border-color css
<style>
span { border-color: #C52D9D; }
span { border-color: rgb(197,45,157); }
td.TdClassName
{
border-color: #C52D9D;
}
.TagClassName
{
border-color: #C52D9D;
}
</style>