Shades of Medium Violet Red #C11486
Tints of Medium Violet Red #C11486
RGB
CMYK
RGB Variations
Color information
#C11486 (or 0xC11486) is known color: Medium Violet Red. HEX triplet: C1, 14 and 86. RGB value is (193,20,134). Sum of RGB (Red+Green+Blue) = 193+20+134=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C11486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11486 is #3EEB79. Grayscale: #545454. Windows color (decimal): -4123514 or 8787137. OLE color: 8787137.
HSL color Cylindrical-coordinate representation of color #C11486: hue angle of 320.46º degrees, saturation: 0.81, 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 #C11486 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 134 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.24 |
| HSL | 320.46º | 0.81% | 0.42% | - |
| HSV(B) | 320.46º | 0.9% | 0.76% | - |
| XYZ | 26.55 | 13.56 | 23.77 | - |
| YUV | 84.72 | 155.81 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 134 | 0 | 0.90 | 0.31 | 0.24 | 320.46 | 0.81 | 0.42 |
| Hex | C1 | 14 | 86 | 0 | 5A | 1F | 18 | 140 | 51 | 2A |
| Octal | 301 | 24 | 206 | 0 | 132 | 37 | 30 | 500 | 121 | 52 |
| Binary | 11000001 | 10100 | 10000110 | 0 | 1011010 | 11111 | 11000 | 101000000 | 1010001 | 101010 |
Color Harmonies of #C11486
Complementary color
Monochromatic Colors of #C11486
Black with #C11486
Text Example
Text Example
White with #C11486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11486; }
p { color: rgb(193,20,134); }
H1.HeaderClassName
{
color: #C11486;
}
.AnyTagClassName
{
color: #C11486;
}
</style>
background-color css
<style>
a { background-color: #C11486; }
a { background-color: rgb(193,20,134); }
div.DivClassName
{
background-color: #C11486;
}
.BgClassName
{
background-color: #C11486;
}
</style>
border-color css
<style>
span { border-color: #C11486; }
span { border-color: rgb(193,20,134); }
td.TdClassName
{
border-color: #C11486;
}
.TagClassName
{
border-color: #C11486;
}
</style>