Shades of Medium Red Violet #C5387D
Tints of Medium Red Violet #C5387D
RGB
CMYK
RGB Variations
Color information
#C5387D (or 0xC5387D) is known color: Medium Red Violet. HEX triplet: C5, 38 and 7D. RGB value is (197,56,125). Sum of RGB (Red+Green+Blue) = 197+56+125=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5387D is #3AC782. Grayscale: #696969. Windows color (decimal): -3852163 or 8206533. OLE color: 8206533.
HSL color Cylindrical-coordinate representation of color #C5387D: hue angle of 330.64º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5387D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 125 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.23 |
| HSL | 330.64º | 0.56% | 0.5% | - |
| HSV(B) | 330.64º | 0.72% | 0.77% | - |
| XYZ | 28.14 | 16.18 | 21.04 | - |
| YUV | 106.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 125 | 0 | 0.72 | 0.37 | 0.23 | 330.64 | 0.56 | 0.5 |
| Hex | C5 | 38 | 7D | 0 | 48 | 25 | 17 | 14B | 38 | 32 |
| Octal | 305 | 70 | 175 | 0 | 110 | 45 | 27 | 513 | 70 | 62 |
| Binary | 11000101 | 111000 | 1111101 | 0 | 1001000 | 100101 | 10111 | 101001011 | 111000 | 110010 |
Color Harmonies of #C5387D
Complementary color
Monochromatic Colors of #C5387D
Black with #C5387D
Text Example
Text Example
White with #C5387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5387D; }
p { color: rgb(197,56,125); }
H1.HeaderClassName
{
color: #C5387D;
}
.AnyTagClassName
{
color: #C5387D;
}
</style>
background-color css
<style>
a { background-color: #C5387D; }
a { background-color: rgb(197,56,125); }
div.DivClassName
{
background-color: #C5387D;
}
.BgClassName
{
background-color: #C5387D;
}
</style>
border-color css
<style>
span { border-color: #C5387D; }
span { border-color: rgb(197,56,125); }
td.TdClassName
{
border-color: #C5387D;
}
.TagClassName
{
border-color: #C5387D;
}
</style>