Shades of Medium Red Violet #C53677
Tints of Medium Red Violet #C53677
RGB
CMYK
RGB Variations
Color information
#C53677 (or 0xC53677) is known color: Medium Red Violet. HEX triplet: C5, 36 and 77. RGB value is (197,54,119). Sum of RGB (Red+Green+Blue) = 197+54+119=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C53677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53677 is #3AC988. Grayscale: #686868. Windows color (decimal): -3852681 or 7812805. OLE color: 7812805.
HSL color Cylindrical-coordinate representation of color #C53677: hue angle of 332.73º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53677 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 119 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.23 |
| HSL | 332.73º | 0.57% | 0.49% | - |
| HSV(B) | 332.73º | 0.73% | 0.77% | - |
| XYZ | 27.67 | 15.84 | 19.05 | - |
| YUV | 104.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 119 | 0 | 0.73 | 0.40 | 0.23 | 332.73 | 0.57 | 0.49 |
| Hex | C5 | 36 | 77 | 0 | 49 | 28 | 17 | 14D | 39 | 31 |
| Octal | 305 | 66 | 167 | 0 | 111 | 50 | 27 | 515 | 71 | 61 |
| Binary | 11000101 | 110110 | 1110111 | 0 | 1001001 | 101000 | 10111 | 101001101 | 111001 | 110001 |
Color Harmonies of #C53677
Complementary color
Monochromatic Colors of #C53677
Black with #C53677
Text Example
Text Example
White with #C53677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53677; }
p { color: rgb(197,54,119); }
H1.HeaderClassName
{
color: #C53677;
}
.AnyTagClassName
{
color: #C53677;
}
</style>
background-color css
<style>
a { background-color: #C53677; }
a { background-color: rgb(197,54,119); }
div.DivClassName
{
background-color: #C53677;
}
.BgClassName
{
background-color: #C53677;
}
</style>
border-color css
<style>
span { border-color: #C53677; }
span { border-color: rgb(197,54,119); }
td.TdClassName
{
border-color: #C53677;
}
.TagClassName
{
border-color: #C53677;
}
</style>