Shades of Medium Red Violet #C52D9F
Tints of Medium Red Violet #C52D9F
RGB
CMYK
RGB Variations
Color information
#C52D9F (or 0xC52D9F) is known color: Medium Red Violet. HEX triplet: C5, 2D and 9F. RGB value is (197,45,159). Sum of RGB (Red+Green+Blue) = 197+45+159=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52D9F is #3AD260. Grayscale: #676767. Windows color (decimal): -3854945 or 10431941. OLE color: 10431941.
HSL color Cylindrical-coordinate representation of color #C52D9F: hue angle of 315º 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 #C52D9F is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 159 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.23 |
| HSL | 315º | 0.63% | 0.47% | - |
| HSV(B) | 315º | 0.77% | 0.77% | - |
| XYZ | 30.22 | 16.25 | 34.34 | - |
| YUV | 103.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 159 | 0 | 0.77 | 0.19 | 0.23 | 315 | 0.63 | 0.47 |
| Hex | C5 | 2D | 9F | 0 | 4D | 13 | 17 | 13B | 3F | 2F |
| Octal | 305 | 55 | 237 | 0 | 115 | 23 | 27 | 473 | 77 | 57 |
| Binary | 11000101 | 101101 | 10011111 | 0 | 1001101 | 10011 | 10111 | 100111011 | 111111 | 101111 |
Color Harmonies of #C52D9F
Complementary color
Monochromatic Colors of #C52D9F
Black with #C52D9F
Text Example
Text Example
White with #C52D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D9F; }
p { color: rgb(197,45,159); }
H1.HeaderClassName
{
color: #C52D9F;
}
.AnyTagClassName
{
color: #C52D9F;
}
</style>
background-color css
<style>
a { background-color: #C52D9F; }
a { background-color: rgb(197,45,159); }
div.DivClassName
{
background-color: #C52D9F;
}
.BgClassName
{
background-color: #C52D9F;
}
</style>
border-color css
<style>
span { border-color: #C52D9F; }
span { border-color: rgb(197,45,159); }
td.TdClassName
{
border-color: #C52D9F;
}
.TagClassName
{
border-color: #C52D9F;
}
</style>