Shades of Medium Violet Red #C11A9E
Tints of Medium Violet Red #C11A9E
RGB
CMYK
RGB Variations
Color information
#C11A9E (or 0xC11A9E) is known color: Medium Violet Red. HEX triplet: C1, 1A and 9E. RGB value is (193,26,158). Sum of RGB (Red+Green+Blue) = 193+26+158=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11A9E is #3EE561. Grayscale: #5A5A5A. Windows color (decimal): -4121954 or 10361537. OLE color: 10361537.
HSL color Cylindrical-coordinate representation of color #C11A9E: hue angle of 312.57º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11A9E is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 158 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.24 |
| HSL | 312.57º | 0.76% | 0.43% | - |
| HSV(B) | 312.57º | 0.87% | 0.76% | - |
| XYZ | 28.53 | 14.54 | 33.65 | - |
| YUV | 90.98 | 165.83 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 158 | 0 | 0.87 | 0.18 | 0.24 | 312.57 | 0.76 | 0.43 |
| Hex | C1 | 1A | 9E | 0 | 57 | 12 | 18 | 139 | 4C | 2B |
| Octal | 301 | 32 | 236 | 0 | 127 | 22 | 30 | 471 | 114 | 53 |
| Binary | 11000001 | 11010 | 10011110 | 0 | 1010111 | 10010 | 11000 | 100111001 | 1001100 | 101011 |
Color Harmonies of #C11A9E
Complementary color
Monochromatic Colors of #C11A9E
Black with #C11A9E
Text Example
Text Example
White with #C11A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A9E; }
p { color: rgb(193,26,158); }
H1.HeaderClassName
{
color: #C11A9E;
}
.AnyTagClassName
{
color: #C11A9E;
}
</style>
background-color css
<style>
a { background-color: #C11A9E; }
a { background-color: rgb(193,26,158); }
div.DivClassName
{
background-color: #C11A9E;
}
.BgClassName
{
background-color: #C11A9E;
}
</style>
border-color css
<style>
span { border-color: #C11A9E; }
span { border-color: rgb(193,26,158); }
td.TdClassName
{
border-color: #C11A9E;
}
.TagClassName
{
border-color: #C11A9E;
}
</style>