Shades of Medium Violet Red #C11689
Tints of Medium Violet Red #C11689
RGB
CMYK
RGB Variations
Color information
#C11689 (or 0xC11689) is known color: Medium Violet Red. HEX triplet: C1, 16 and 89. RGB value is (193,22,137). Sum of RGB (Red+Green+Blue) = 193+22+137=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C11689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11689 is #3EE976. Grayscale: #555555. Windows color (decimal): -4122999 or 8984257. OLE color: 8984257.
HSL color Cylindrical-coordinate representation of color #C11689: hue angle of 319.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11689 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 137 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.24 |
| HSL | 319.65º | 0.8% | 0.42% | - |
| HSV(B) | 319.65º | 0.89% | 0.76% | - |
| XYZ | 26.79 | 13.72 | 24.9 | - |
| YUV | 86.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 137 | 0 | 0.89 | 0.29 | 0.24 | 319.65 | 0.8 | 0.42 |
| Hex | C1 | 16 | 89 | 0 | 59 | 1D | 18 | 140 | 50 | 2A |
| Octal | 301 | 26 | 211 | 0 | 131 | 35 | 30 | 500 | 120 | 52 |
| Binary | 11000001 | 10110 | 10001001 | 0 | 1011001 | 11101 | 11000 | 101000000 | 1010000 | 101010 |
Color Harmonies of #C11689
Complementary color
Monochromatic Colors of #C11689
Black with #C11689
Text Example
Text Example
White with #C11689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11689; }
p { color: rgb(193,22,137); }
H1.HeaderClassName
{
color: #C11689;
}
.AnyTagClassName
{
color: #C11689;
}
</style>
background-color css
<style>
a { background-color: #C11689; }
a { background-color: rgb(193,22,137); }
div.DivClassName
{
background-color: #C11689;
}
.BgClassName
{
background-color: #C11689;
}
</style>
border-color css
<style>
span { border-color: #C11689; }
span { border-color: rgb(193,22,137); }
td.TdClassName
{
border-color: #C11689;
}
.TagClassName
{
border-color: #C11689;
}
</style>