Shades of Medium Red Violet #C5387B
Tints of Medium Red Violet #C5387B
RGB
CMYK
RGB Variations
Color information
#C5387B (or 0xC5387B) is known color: Medium Red Violet. HEX triplet: C5, 38 and 7B. RGB value is (197,56,123). Sum of RGB (Red+Green+Blue) = 197+56+123=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5387B is #3AC784. Grayscale: #696969. Windows color (decimal): -3852165 or 8075461. OLE color: 8075461.
HSL color Cylindrical-coordinate representation of color #C5387B: hue angle of 331.49º 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 #C5387B is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 123 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.23 |
| HSL | 331.49º | 0.56% | 0.5% | - |
| HSV(B) | 331.49º | 0.72% | 0.77% | - |
| XYZ | 28.02 | 16.13 | 20.38 | - |
| YUV | 105.8 | 137.71 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 123 | 0 | 0.72 | 0.38 | 0.23 | 331.49 | 0.56 | 0.5 |
| Hex | C5 | 38 | 7B | 0 | 48 | 26 | 17 | 14B | 38 | 32 |
| Octal | 305 | 70 | 173 | 0 | 110 | 46 | 27 | 513 | 70 | 62 |
| Binary | 11000101 | 111000 | 1111011 | 0 | 1001000 | 100110 | 10111 | 101001011 | 111000 | 110010 |
Color Harmonies of #C5387B
Complementary color
Monochromatic Colors of #C5387B
Black with #C5387B
Text Example
Text Example
White with #C5387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5387B; }
p { color: rgb(197,56,123); }
H1.HeaderClassName
{
color: #C5387B;
}
.AnyTagClassName
{
color: #C5387B;
}
</style>
background-color css
<style>
a { background-color: #C5387B; }
a { background-color: rgb(197,56,123); }
div.DivClassName
{
background-color: #C5387B;
}
.BgClassName
{
background-color: #C5387B;
}
</style>
border-color css
<style>
span { border-color: #C5387B; }
span { border-color: rgb(197,56,123); }
td.TdClassName
{
border-color: #C5387B;
}
.TagClassName
{
border-color: #C5387B;
}
</style>