Shades of Medium Violet Red #C11389
Tints of Medium Violet Red #C11389
RGB
CMYK
RGB Variations
Color information
#C11389 (or 0xC11389) is known color: Medium Violet Red. HEX triplet: C1, 13 and 89. RGB value is (193,19,137). Sum of RGB (Red+Green+Blue) = 193+19+137=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C11389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11389 is #3EEC76. Grayscale: #545454. Windows color (decimal): -4123767 or 8983489. OLE color: 8983489.
HSL color Cylindrical-coordinate representation of color #C11389: hue angle of 319.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11389 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 137 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.24 |
| HSL | 319.31º | 0.82% | 0.42% | - |
| HSV(B) | 319.31º | 0.9% | 0.76% | - |
| XYZ | 26.74 | 13.61 | 24.88 | - |
| YUV | 84.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 137 | 0 | 0.90 | 0.29 | 0.24 | 319.31 | 0.82 | 0.42 |
| Hex | C1 | 13 | 89 | 0 | 5A | 1D | 18 | 13F | 52 | 2A |
| Octal | 301 | 23 | 211 | 0 | 132 | 35 | 30 | 477 | 122 | 52 |
| Binary | 11000001 | 10011 | 10001001 | 0 | 1011010 | 11101 | 11000 | 100111111 | 1010010 | 101010 |
Color Harmonies of #C11389
Complementary color
Monochromatic Colors of #C11389
Black with #C11389
Text Example
Text Example
White with #C11389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11389; }
p { color: rgb(193,19,137); }
H1.HeaderClassName
{
color: #C11389;
}
.AnyTagClassName
{
color: #C11389;
}
</style>
background-color css
<style>
a { background-color: #C11389; }
a { background-color: rgb(193,19,137); }
div.DivClassName
{
background-color: #C11389;
}
.BgClassName
{
background-color: #C11389;
}
</style>
border-color css
<style>
span { border-color: #C11389; }
span { border-color: rgb(193,19,137); }
td.TdClassName
{
border-color: #C11389;
}
.TagClassName
{
border-color: #C11389;
}
</style>