Shades of Medium Red Violet #C5397B
Tints of Medium Red Violet #C5397B
RGB
CMYK
RGB Variations
Color information
#C5397B (or 0xC5397B) is known color: Medium Red Violet. HEX triplet: C5, 39 and 7B. RGB value is (197,57,123). Sum of RGB (Red+Green+Blue) = 197+57+123=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5397B is #3AC684. Grayscale: #6A6A6A. Windows color (decimal): -3851909 or 8075717. OLE color: 8075717.
HSL color Cylindrical-coordinate representation of color #C5397B: hue angle of 331.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5397B is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 123 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.23 |
| HSL | 331.71º | 0.55% | 0.5% | - |
| HSV(B) | 331.71º | 0.71% | 0.77% | - |
| XYZ | 28.06 | 16.23 | 20.39 | - |
| YUV | 106.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 123 | 0 | 0.71 | 0.38 | 0.23 | 331.71 | 0.55 | 0.5 |
| Hex | C5 | 39 | 7B | 0 | 47 | 26 | 17 | 14C | 37 | 32 |
| Octal | 305 | 71 | 173 | 0 | 107 | 46 | 27 | 514 | 67 | 62 |
| Binary | 11000101 | 111001 | 1111011 | 0 | 1000111 | 100110 | 10111 | 101001100 | 110111 | 110010 |
Color Harmonies of #C5397B
Complementary color
Monochromatic Colors of #C5397B
Black with #C5397B
Text Example
Text Example
White with #C5397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5397B; }
p { color: rgb(197,57,123); }
H1.HeaderClassName
{
color: #C5397B;
}
.AnyTagClassName
{
color: #C5397B;
}
</style>
background-color css
<style>
a { background-color: #C5397B; }
a { background-color: rgb(197,57,123); }
div.DivClassName
{
background-color: #C5397B;
}
.BgClassName
{
background-color: #C5397B;
}
</style>
border-color css
<style>
span { border-color: #C5397B; }
span { border-color: rgb(197,57,123); }
td.TdClassName
{
border-color: #C5397B;
}
.TagClassName
{
border-color: #C5397B;
}
</style>