Shades of Medium Red Violet #C52D79
Tints of Medium Red Violet #C52D79
RGB
CMYK
RGB Variations
Color information
#C52D79 (or 0xC52D79) is known color: Medium Red Violet. HEX triplet: C5, 2D and 79. RGB value is (197,45,121). Sum of RGB (Red+Green+Blue) = 197+45+121=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52D79 is #3AD286. Grayscale: #626262. Windows color (decimal): -3854983 or 7941573. OLE color: 7941573.
HSL color Cylindrical-coordinate representation of color #C52D79: hue angle of 330º 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 #C52D79 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 121 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.23 |
| HSL | 330º | 0.63% | 0.47% | - |
| HSV(B) | 330º | 0.77% | 0.77% | - |
| XYZ | 27.42 | 15.13 | 19.56 | - |
| YUV | 99.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 121 | 0 | 0.77 | 0.39 | 0.23 | 330 | 0.63 | 0.47 |
| Hex | C5 | 2D | 79 | 0 | 4D | 27 | 17 | 14A | 3F | 2F |
| Octal | 305 | 55 | 171 | 0 | 115 | 47 | 27 | 512 | 77 | 57 |
| Binary | 11000101 | 101101 | 1111001 | 0 | 1001101 | 100111 | 10111 | 101001010 | 111111 | 101111 |
Color Harmonies of #C52D79
Complementary color
Monochromatic Colors of #C52D79
Black with #C52D79
Text Example
Text Example
White with #C52D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D79; }
p { color: rgb(197,45,121); }
H1.HeaderClassName
{
color: #C52D79;
}
.AnyTagClassName
{
color: #C52D79;
}
</style>
background-color css
<style>
a { background-color: #C52D79; }
a { background-color: rgb(197,45,121); }
div.DivClassName
{
background-color: #C52D79;
}
.BgClassName
{
background-color: #C52D79;
}
</style>
border-color css
<style>
span { border-color: #C52D79; }
span { border-color: rgb(197,45,121); }
td.TdClassName
{
border-color: #C52D79;
}
.TagClassName
{
border-color: #C52D79;
}
</style>