Shades of Medium Red Violet #C5389F
Tints of Medium Red Violet #C5389F
RGB
CMYK
RGB Variations
Color information
#C5389F (or 0xC5389F) is known color: Medium Red Violet. HEX triplet: C5, 38 and 9F. RGB value is (197,56,159). Sum of RGB (Red+Green+Blue) = 197+56+159=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5389F is #3AC760. Grayscale: #6D6D6D. Windows color (decimal): -3852129 or 10434757. OLE color: 10434757.
HSL color Cylindrical-coordinate representation of color #C5389F: hue angle of 316.17º 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 #C5389F is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 159 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.23 |
| HSL | 316.17º | 0.56% | 0.5% | - |
| HSV(B) | 316.17º | 0.72% | 0.77% | - |
| XYZ | 30.7 | 17.2 | 34.5 | - |
| YUV | 109.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 159 | 0 | 0.72 | 0.19 | 0.23 | 316.17 | 0.56 | 0.5 |
| Hex | C5 | 38 | 9F | 0 | 48 | 13 | 17 | 13C | 38 | 32 |
| Octal | 305 | 70 | 237 | 0 | 110 | 23 | 27 | 474 | 70 | 62 |
| Binary | 11000101 | 111000 | 10011111 | 0 | 1001000 | 10011 | 10111 | 100111100 | 111000 | 110010 |
Color Harmonies of #C5389F
Complementary color
Monochromatic Colors of #C5389F
Black with #C5389F
Text Example
Text Example
White with #C5389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5389F; }
p { color: rgb(197,56,159); }
H1.HeaderClassName
{
color: #C5389F;
}
.AnyTagClassName
{
color: #C5389F;
}
</style>
background-color css
<style>
a { background-color: #C5389F; }
a { background-color: rgb(197,56,159); }
div.DivClassName
{
background-color: #C5389F;
}
.BgClassName
{
background-color: #C5389F;
}
</style>
border-color css
<style>
span { border-color: #C5389F; }
span { border-color: rgb(197,56,159); }
td.TdClassName
{
border-color: #C5389F;
}
.TagClassName
{
border-color: #C5389F;
}
</style>