Shades of Medium Violet Red #C11E89
Tints of Medium Violet Red #C11E89
RGB
CMYK
RGB Variations
Color information
#C11E89 (or 0xC11E89) is known color: Medium Violet Red. HEX triplet: C1, 1E and 89. RGB value is (193,30,137). Sum of RGB (Red+Green+Blue) = 193+30+137=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11E89 is #3EE176. Grayscale: #5A5A5A. Windows color (decimal): -4120951 or 8986305. OLE color: 8986305.
HSL color Cylindrical-coordinate representation of color #C11E89: hue angle of 320.61º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E89 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 137 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.24 |
| HSL | 320.61º | 0.73% | 0.44% | - |
| HSV(B) | 320.61º | 0.84% | 0.76% | - |
| XYZ | 26.97 | 14.07 | 24.96 | - |
| YUV | 90.94 | 154 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 137 | 0 | 0.84 | 0.29 | 0.24 | 320.61 | 0.73 | 0.44 |
| Hex | C1 | 1E | 89 | 0 | 54 | 1D | 18 | 141 | 49 | 2C |
| Octal | 301 | 36 | 211 | 0 | 124 | 35 | 30 | 501 | 111 | 54 |
| Binary | 11000001 | 11110 | 10001001 | 0 | 1010100 | 11101 | 11000 | 101000001 | 1001001 | 101100 |
Color Harmonies of #C11E89
Complementary color
Monochromatic Colors of #C11E89
Black with #C11E89
Text Example
Text Example
White with #C11E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E89; }
p { color: rgb(193,30,137); }
H1.HeaderClassName
{
color: #C11E89;
}
.AnyTagClassName
{
color: #C11E89;
}
</style>
background-color css
<style>
a { background-color: #C11E89; }
a { background-color: rgb(193,30,137); }
div.DivClassName
{
background-color: #C11E89;
}
.BgClassName
{
background-color: #C11E89;
}
</style>
border-color css
<style>
span { border-color: #C11E89; }
span { border-color: rgb(193,30,137); }
td.TdClassName
{
border-color: #C11E89;
}
.TagClassName
{
border-color: #C11E89;
}
</style>