Shades of Medium Red Violet #C52777
Tints of Medium Red Violet #C52777
RGB
CMYK
RGB Variations
Color information
#C52777 (or 0xC52777) is known color: Medium Red Violet. HEX triplet: C5, 27 and 77. RGB value is (197,39,119). Sum of RGB (Red+Green+Blue) = 197+39+119=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C52777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52777 is #3AD888. Grayscale: #5F5F5F. Windows color (decimal): -3856521 or 7808965. OLE color: 7808965.
HSL color Cylindrical-coordinate representation of color #C52777: hue angle of 329.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52777 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 119 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.23 |
| HSL | 329.62º | 0.67% | 0.46% | - |
| HSV(B) | 329.62º | 0.8% | 0.77% | - |
| XYZ | 27.08 | 14.65 | 18.85 | - |
| YUV | 95.36 | 141.35 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 119 | 0 | 0.80 | 0.40 | 0.23 | 329.62 | 0.67 | 0.46 |
| Hex | C5 | 27 | 77 | 0 | 50 | 28 | 17 | 14A | 43 | 2E |
| Octal | 305 | 47 | 167 | 0 | 120 | 50 | 27 | 512 | 103 | 56 |
| Binary | 11000101 | 100111 | 1110111 | 0 | 1010000 | 101000 | 10111 | 101001010 | 1000011 | 101110 |
Color Harmonies of #C52777
Complementary color
Monochromatic Colors of #C52777
Black with #C52777
Text Example
Text Example
White with #C52777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52777; }
p { color: rgb(197,39,119); }
H1.HeaderClassName
{
color: #C52777;
}
.AnyTagClassName
{
color: #C52777;
}
</style>
background-color css
<style>
a { background-color: #C52777; }
a { background-color: rgb(197,39,119); }
div.DivClassName
{
background-color: #C52777;
}
.BgClassName
{
background-color: #C52777;
}
</style>
border-color css
<style>
span { border-color: #C52777; }
span { border-color: rgb(197,39,119); }
td.TdClassName
{
border-color: #C52777;
}
.TagClassName
{
border-color: #C52777;
}
</style>