Shades of Medium Violet Red #C50989
Tints of Medium Violet Red #C50989
RGB
CMYK
RGB Variations
Color information
#C50989 (or 0xC50989) is known color: Medium Violet Red. HEX triplet: C5, 09 and 89. RGB value is (197,9,137). Sum of RGB (Red+Green+Blue) = 197+9+137=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C50989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50989 is #3AF676. Grayscale: #4F4F4F. Windows color (decimal): -3864183 or 8980933. OLE color: 8980933.
HSL color Cylindrical-coordinate representation of color #C50989: hue angle of 319.15º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50989 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 137 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.23 |
| HSL | 319.15º | 0.91% | 0.4% | - |
| HSV(B) | 319.15º | 0.95% | 0.77% | - |
| XYZ | 27.64 | 13.87 | 24.89 | - |
| YUV | 79.8 | 160.28 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 137 | 0 | 0.95 | 0.30 | 0.23 | 319.15 | 0.91 | 0.4 |
| Hex | C5 | 9 | 89 | 0 | 5F | 1E | 17 | 13F | 5B | 28 |
| Octal | 305 | 11 | 211 | 0 | 137 | 36 | 27 | 477 | 133 | 50 |
| Binary | 11000101 | 1001 | 10001001 | 0 | 1011111 | 11110 | 10111 | 100111111 | 1011011 | 101000 |
Color Harmonies of #C50989
Complementary color
Monochromatic Colors of #C50989
Black with #C50989
Text Example
Text Example
White with #C50989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50989; }
p { color: rgb(197,9,137); }
H1.HeaderClassName
{
color: #C50989;
}
.AnyTagClassName
{
color: #C50989;
}
</style>
background-color css
<style>
a { background-color: #C50989; }
a { background-color: rgb(197,9,137); }
div.DivClassName
{
background-color: #C50989;
}
.BgClassName
{
background-color: #C50989;
}
</style>
border-color css
<style>
span { border-color: #C50989; }
span { border-color: rgb(197,9,137); }
td.TdClassName
{
border-color: #C50989;
}
.TagClassName
{
border-color: #C50989;
}
</style>