Shades of Medium Red Violet #C52977
Tints of Medium Red Violet #C52977
RGB
CMYK
RGB Variations
Color information
#C52977 (or 0xC52977) is known color: Medium Red Violet. HEX triplet: C5, 29 and 77. RGB value is (197,41,119). Sum of RGB (Red+Green+Blue) = 197+41+119=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C52977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52977 is #3AD688. Grayscale: #606060. Windows color (decimal): -3856009 or 7809477. OLE color: 7809477.
HSL color Cylindrical-coordinate representation of color #C52977: hue angle of 330º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52977 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 119 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.23 |
| HSL | 330º | 0.66% | 0.47% | - |
| HSV(B) | 330º | 0.79% | 0.77% | - |
| XYZ | 27.15 | 14.79 | 18.88 | - |
| YUV | 96.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 119 | 0 | 0.79 | 0.40 | 0.23 | 330 | 0.66 | 0.47 |
| Hex | C5 | 29 | 77 | 0 | 4F | 28 | 17 | 14A | 42 | 2F |
| Octal | 305 | 51 | 167 | 0 | 117 | 50 | 27 | 512 | 102 | 57 |
| Binary | 11000101 | 101001 | 1110111 | 0 | 1001111 | 101000 | 10111 | 101001010 | 1000010 | 101111 |
Color Harmonies of #C52977
Complementary color
Monochromatic Colors of #C52977
Black with #C52977
Text Example
Text Example
White with #C52977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52977; }
p { color: rgb(197,41,119); }
H1.HeaderClassName
{
color: #C52977;
}
.AnyTagClassName
{
color: #C52977;
}
</style>
background-color css
<style>
a { background-color: #C52977; }
a { background-color: rgb(197,41,119); }
div.DivClassName
{
background-color: #C52977;
}
.BgClassName
{
background-color: #C52977;
}
</style>
border-color css
<style>
span { border-color: #C52977; }
span { border-color: rgb(197,41,119); }
td.TdClassName
{
border-color: #C52977;
}
.TagClassName
{
border-color: #C52977;
}
</style>