Shades of Medium Red Violet #C5398C
Tints of Medium Red Violet #C5398C
RGB
CMYK
RGB Variations
Color information
#C5398C (or 0xC5398C) is known color: Medium Red Violet. HEX triplet: C5, 39 and 8C. RGB value is (197,57,140). Sum of RGB (Red+Green+Blue) = 197+57+140=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5398C is #3AC673. Grayscale: #6C6C6C. Windows color (decimal): -3851892 or 9189829. OLE color: 9189829.
HSL color Cylindrical-coordinate representation of color #C5398C: hue angle of 324.43º 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 #C5398C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 140 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.23 |
| HSL | 324.43º | 0.55% | 0.5% | - |
| HSV(B) | 324.43º | 0.71% | 0.77% | - |
| XYZ | 29.22 | 16.69 | 26.49 | - |
| YUV | 108.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 140 | 0 | 0.71 | 0.29 | 0.23 | 324.43 | 0.55 | 0.5 |
| Hex | C5 | 39 | 8C | 0 | 47 | 1D | 17 | 144 | 37 | 32 |
| Octal | 305 | 71 | 214 | 0 | 107 | 35 | 27 | 504 | 67 | 62 |
| Binary | 11000101 | 111001 | 10001100 | 0 | 1000111 | 11101 | 10111 | 101000100 | 110111 | 110010 |
Color Harmonies of #C5398C
Complementary color
Monochromatic Colors of #C5398C
Black with #C5398C
Text Example
Text Example
White with #C5398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5398C; }
p { color: rgb(197,57,140); }
H1.HeaderClassName
{
color: #C5398C;
}
.AnyTagClassName
{
color: #C5398C;
}
</style>
background-color css
<style>
a { background-color: #C5398C; }
a { background-color: rgb(197,57,140); }
div.DivClassName
{
background-color: #C5398C;
}
.BgClassName
{
background-color: #C5398C;
}
</style>
border-color css
<style>
span { border-color: #C5398C; }
span { border-color: rgb(197,57,140); }
td.TdClassName
{
border-color: #C5398C;
}
.TagClassName
{
border-color: #C5398C;
}
</style>