Shades of Medium Violet Red #C11188
Tints of Medium Violet Red #C11188
RGB
CMYK
RGB Variations
Color information
#C11188 (or 0xC11188) is known color: Medium Violet Red. HEX triplet: C1, 11 and 88. RGB value is (193,17,136). Sum of RGB (Red+Green+Blue) = 193+17+136=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C11188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11188 is #3EEE77. Grayscale: #525252. Windows color (decimal): -4124280 or 8917441. OLE color: 8917441.
HSL color Cylindrical-coordinate representation of color #C11188: hue angle of 319.43º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11188 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 136 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.24 |
| HSL | 319.43º | 0.84% | 0.41% | - |
| HSV(B) | 319.43º | 0.91% | 0.76% | - |
| XYZ | 26.64 | 13.52 | 24.5 | - |
| YUV | 83.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 136 | 0 | 0.91 | 0.30 | 0.24 | 319.43 | 0.84 | 0.41 |
| Hex | C1 | 11 | 88 | 0 | 5B | 1E | 18 | 13F | 54 | 29 |
| Octal | 301 | 21 | 210 | 0 | 133 | 36 | 30 | 477 | 124 | 51 |
| Binary | 11000001 | 10001 | 10001000 | 0 | 1011011 | 11110 | 11000 | 100111111 | 1010100 | 101001 |
Color Harmonies of #C11188
Complementary color
Monochromatic Colors of #C11188
Black with #C11188
Text Example
Text Example
White with #C11188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11188; }
p { color: rgb(193,17,136); }
H1.HeaderClassName
{
color: #C11188;
}
.AnyTagClassName
{
color: #C11188;
}
</style>
background-color css
<style>
a { background-color: #C11188; }
a { background-color: rgb(193,17,136); }
div.DivClassName
{
background-color: #C11188;
}
.BgClassName
{
background-color: #C11188;
}
</style>
border-color css
<style>
span { border-color: #C11188; }
span { border-color: rgb(193,17,136); }
td.TdClassName
{
border-color: #C11188;
}
.TagClassName
{
border-color: #C11188;
}
</style>