Shades of Medium Violet Red #C11989
Tints of Medium Violet Red #C11989
RGB
CMYK
RGB Variations
Color information
#C11989 (or 0xC11989) is known color: Medium Violet Red. HEX triplet: C1, 19 and 89. RGB value is (193,25,137). Sum of RGB (Red+Green+Blue) = 193+25+137=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C11989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11989 is #3EE676. Grayscale: #575757. Windows color (decimal): -4122231 or 8985025. OLE color: 8985025.
HSL color Cylindrical-coordinate representation of color #C11989: hue angle of 320º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11989 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 137 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.24 |
| HSL | 320º | 0.77% | 0.43% | - |
| HSV(B) | 320º | 0.87% | 0.76% | - |
| XYZ | 26.86 | 13.84 | 24.92 | - |
| YUV | 88 | 155.66 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 137 | 0 | 0.87 | 0.29 | 0.24 | 320 | 0.77 | 0.43 |
| Hex | C1 | 19 | 89 | 0 | 57 | 1D | 18 | 140 | 4D | 2B |
| Octal | 301 | 31 | 211 | 0 | 127 | 35 | 30 | 500 | 115 | 53 |
| Binary | 11000001 | 11001 | 10001001 | 0 | 1010111 | 11101 | 11000 | 101000000 | 1001101 | 101011 |
Color Harmonies of #C11989
Complementary color
Monochromatic Colors of #C11989
Black with #C11989
Text Example
Text Example
White with #C11989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11989; }
p { color: rgb(193,25,137); }
H1.HeaderClassName
{
color: #C11989;
}
.AnyTagClassName
{
color: #C11989;
}
</style>
background-color css
<style>
a { background-color: #C11989; }
a { background-color: rgb(193,25,137); }
div.DivClassName
{
background-color: #C11989;
}
.BgClassName
{
background-color: #C11989;
}
</style>
border-color css
<style>
span { border-color: #C11989; }
span { border-color: rgb(193,25,137); }
td.TdClassName
{
border-color: #C11989;
}
.TagClassName
{
border-color: #C11989;
}
</style>