Shades of Medium Red Violet #C5377C
Tints of Medium Red Violet #C5377C
RGB
CMYK
RGB Variations
Color information
#C5377C (or 0xC5377C) is known color: Medium Red Violet. HEX triplet: C5, 37 and 7C. RGB value is (197,55,124). Sum of RGB (Red+Green+Blue) = 197+55+124=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5377C is #3AC883. Grayscale: #696969. Windows color (decimal): -3852420 or 8140741. OLE color: 8140741.
HSL color Cylindrical-coordinate representation of color #C5377C: hue angle of 330.85º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5377C is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 124 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.23 |
| HSL | 330.85º | 0.56% | 0.49% | - |
| HSV(B) | 330.85º | 0.72% | 0.77% | - |
| XYZ | 28.03 | 16.06 | 20.69 | - |
| YUV | 105.32 | 138.54 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 124 | 0 | 0.72 | 0.37 | 0.23 | 330.85 | 0.56 | 0.49 |
| Hex | C5 | 37 | 7C | 0 | 48 | 25 | 17 | 14B | 38 | 31 |
| Octal | 305 | 67 | 174 | 0 | 110 | 45 | 27 | 513 | 70 | 61 |
| Binary | 11000101 | 110111 | 1111100 | 0 | 1001000 | 100101 | 10111 | 101001011 | 111000 | 110001 |
Color Harmonies of #C5377C
Complementary color
Monochromatic Colors of #C5377C
Black with #C5377C
Text Example
Text Example
White with #C5377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5377C; }
p { color: rgb(197,55,124); }
H1.HeaderClassName
{
color: #C5377C;
}
.AnyTagClassName
{
color: #C5377C;
}
</style>
background-color css
<style>
a { background-color: #C5377C; }
a { background-color: rgb(197,55,124); }
div.DivClassName
{
background-color: #C5377C;
}
.BgClassName
{
background-color: #C5377C;
}
</style>
border-color css
<style>
span { border-color: #C5377C; }
span { border-color: rgb(197,55,124); }
td.TdClassName
{
border-color: #C5377C;
}
.TagClassName
{
border-color: #C5377C;
}
</style>