Shades of Medium Red Violet #C5377F
Tints of Medium Red Violet #C5377F
RGB
CMYK
RGB Variations
Color information
#C5377F (or 0xC5377F) is known color: Medium Red Violet. HEX triplet: C5, 37 and 7F. RGB value is (197,55,127). Sum of RGB (Red+Green+Blue) = 197+55+127=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5377F is #3AC880. Grayscale: #696969. Windows color (decimal): -3852417 or 8337349. OLE color: 8337349.
HSL color Cylindrical-coordinate representation of color #C5377F: hue angle of 329.58º 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 #C5377F is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 127 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.23 |
| HSL | 329.58º | 0.56% | 0.49% | - |
| HSV(B) | 329.58º | 0.72% | 0.77% | - |
| XYZ | 28.22 | 16.14 | 21.71 | - |
| YUV | 105.67 | 140.04 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 127 | 0 | 0.72 | 0.36 | 0.23 | 329.58 | 0.56 | 0.49 |
| Hex | C5 | 37 | 7F | 0 | 48 | 24 | 17 | 14A | 38 | 31 |
| Octal | 305 | 67 | 177 | 0 | 110 | 44 | 27 | 512 | 70 | 61 |
| Binary | 11000101 | 110111 | 1111111 | 0 | 1001000 | 100100 | 10111 | 101001010 | 111000 | 110001 |
Color Harmonies of #C5377F
Complementary color
Monochromatic Colors of #C5377F
Black with #C5377F
Text Example
Text Example
White with #C5377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5377F; }
p { color: rgb(197,55,127); }
H1.HeaderClassName
{
color: #C5377F;
}
.AnyTagClassName
{
color: #C5377F;
}
</style>
background-color css
<style>
a { background-color: #C5377F; }
a { background-color: rgb(197,55,127); }
div.DivClassName
{
background-color: #C5377F;
}
.BgClassName
{
background-color: #C5377F;
}
</style>
border-color css
<style>
span { border-color: #C5377F; }
span { border-color: rgb(197,55,127); }
td.TdClassName
{
border-color: #C5377F;
}
.TagClassName
{
border-color: #C5377F;
}
</style>