Shades of Medium Violet Red #C11089
Tints of Medium Violet Red #C11089
RGB
CMYK
RGB Variations
Color information
#C11089 (or 0xC11089) is known color: Medium Violet Red. HEX triplet: C1, 10 and 89. RGB value is (193,16,137). Sum of RGB (Red+Green+Blue) = 193+16+137=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C11089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11089 is #3EEF76. Grayscale: #525252. Windows color (decimal): -4124535 or 8982721. OLE color: 8982721.
HSL color Cylindrical-coordinate representation of color #C11089: hue angle of 318.98º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11089 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 137 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.24 |
| HSL | 318.98º | 0.85% | 0.41% | - |
| HSV(B) | 318.98º | 0.92% | 0.76% | - |
| XYZ | 26.69 | 13.51 | 24.87 | - |
| YUV | 82.72 | 158.64 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 137 | 0 | 0.92 | 0.29 | 0.24 | 318.98 | 0.85 | 0.41 |
| Hex | C1 | 10 | 89 | 0 | 5C | 1D | 18 | 13F | 55 | 29 |
| Octal | 301 | 20 | 211 | 0 | 134 | 35 | 30 | 477 | 125 | 51 |
| Binary | 11000001 | 10000 | 10001001 | 0 | 1011100 | 11101 | 11000 | 100111111 | 1010101 | 101001 |
Color Harmonies of #C11089
Complementary color
Monochromatic Colors of #C11089
Black with #C11089
Text Example
Text Example
White with #C11089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11089; }
p { color: rgb(193,16,137); }
H1.HeaderClassName
{
color: #C11089;
}
.AnyTagClassName
{
color: #C11089;
}
</style>
background-color css
<style>
a { background-color: #C11089; }
a { background-color: rgb(193,16,137); }
div.DivClassName
{
background-color: #C11089;
}
.BgClassName
{
background-color: #C11089;
}
</style>
border-color css
<style>
span { border-color: #C11089; }
span { border-color: rgb(193,16,137); }
td.TdClassName
{
border-color: #C11089;
}
.TagClassName
{
border-color: #C11089;
}
</style>