Shades of Medium Violet Red #C11EA2
Tints of Medium Violet Red #C11EA2
RGB
CMYK
RGB Variations
Color information
#C11EA2 (or 0xC11EA2) is known color: Medium Violet Red. HEX triplet: C1, 1E and A2. RGB value is (193,30,162). Sum of RGB (Red+Green+Blue) = 193+30+162=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11EA2 is #3EE15D. Grayscale: #5D5D5D. Windows color (decimal): -4120926 or 10624705. OLE color: 10624705.
HSL color Cylindrical-coordinate representation of color #C11EA2: hue angle of 311.41º 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 #C11EA2 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 162 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.24 |
| HSL | 311.41º | 0.73% | 0.44% | - |
| HSV(B) | 311.41º | 0.84% | 0.76% | - |
| XYZ | 28.98 | 14.87 | 35.53 | - |
| YUV | 93.79 | 166.5 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 162 | 0 | 0.84 | 0.16 | 0.24 | 311.41 | 0.73 | 0.44 |
| Hex | C1 | 1E | A2 | 0 | 54 | 10 | 18 | 137 | 49 | 2C |
| Octal | 301 | 36 | 242 | 0 | 124 | 20 | 30 | 467 | 111 | 54 |
| Binary | 11000001 | 11110 | 10100010 | 0 | 1010100 | 10000 | 11000 | 100110111 | 1001001 | 101100 |
Color Harmonies of #C11EA2
Complementary color
Monochromatic Colors of #C11EA2
Black with #C11EA2
Text Example
Text Example
White with #C11EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11EA2; }
p { color: rgb(193,30,162); }
H1.HeaderClassName
{
color: #C11EA2;
}
.AnyTagClassName
{
color: #C11EA2;
}
</style>
background-color css
<style>
a { background-color: #C11EA2; }
a { background-color: rgb(193,30,162); }
div.DivClassName
{
background-color: #C11EA2;
}
.BgClassName
{
background-color: #C11EA2;
}
</style>
border-color css
<style>
span { border-color: #C11EA2; }
span { border-color: rgb(193,30,162); }
td.TdClassName
{
border-color: #C11EA2;
}
.TagClassName
{
border-color: #C11EA2;
}
</style>