Shades of Medium Violet Red #C50089
Tints of Medium Violet Red #C50089
RGB
CMYK
RGB Variations
Color information
#C50089 (or 0xC50089) is known color: Medium Violet Red. HEX triplet: C5, 00 and 89. RGB value is (197,0,137). Sum of RGB (Red+Green+Blue) = 197+0+137=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C50089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50089 is #3AFF76. Grayscale: #4A4A4A. Windows color (decimal): -3866487 or 8978629. OLE color: 8978629.
HSL color Cylindrical-coordinate representation of color #C50089: hue angle of 318.27º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50089 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.30 | 0.23 |
| HSL | 318.27º | 1% | 0.39% | - |
| HSV(B) | 318.27º | 1% | 0.77% | - |
| XYZ | 27.54 | 13.68 | 24.86 | - |
| YUV | 74.52 | 163.27 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 137 | 0 | 1 | 0.30 | 0.23 | 318.27 | 1 | 0.39 |
| Hex | C5 | 0 | 89 | 0 | 64 | 1E | 17 | 13E | 64 | 27 |
| Octal | 305 | 0 | 211 | 0 | 144 | 36 | 27 | 476 | 144 | 47 |
| Binary | 11000101 | 0 | 10001001 | 0 | 1100100 | 11110 | 10111 | 100111110 | 1100100 | 100111 |
Color Harmonies of #C50089
Complementary color
Monochromatic Colors of #C50089
Black with #C50089
Text Example
Text Example
White with #C50089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50089; }
p { color: rgb(197,0,137); }
H1.HeaderClassName
{
color: #C50089;
}
.AnyTagClassName
{
color: #C50089;
}
</style>
background-color css
<style>
a { background-color: #C50089; }
a { background-color: rgb(197,0,137); }
div.DivClassName
{
background-color: #C50089;
}
.BgClassName
{
background-color: #C50089;
}
</style>
border-color css
<style>
span { border-color: #C50089; }
span { border-color: rgb(197,0,137); }
td.TdClassName
{
border-color: #C50089;
}
.TagClassName
{
border-color: #C50089;
}
</style>