Shades of Medium Violet Red #C11EAA
Tints of Medium Violet Red #C11EAA
RGB
CMYK
RGB Variations
Color information
#C11EAA (or 0xC11EAA) is known color: Medium Violet Red. HEX triplet: C1, 1E and AA. RGB value is (193,30,170). Sum of RGB (Red+Green+Blue) = 193+30+170=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11EAA is #3EE155. Grayscale: #5E5E5E. Windows color (decimal): -4120918 or 11148993. OLE color: 11148993.
HSL color Cylindrical-coordinate representation of color #C11EAA: hue angle of 308.47º 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 #C11EAA is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 170 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.24 |
| HSL | 308.47º | 0.73% | 0.44% | - |
| HSV(B) | 308.47º | 0.84% | 0.76% | - |
| XYZ | 29.71 | 15.17 | 39.39 | - |
| YUV | 94.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 170 | 0 | 0.84 | 0.12 | 0.24 | 308.47 | 0.73 | 0.44 |
| Hex | C1 | 1E | AA | 0 | 54 | C | 18 | 134 | 49 | 2C |
| Octal | 301 | 36 | 252 | 0 | 124 | 14 | 30 | 464 | 111 | 54 |
| Binary | 11000001 | 11110 | 10101010 | 0 | 1010100 | 1100 | 11000 | 100110100 | 1001001 | 101100 |
Color Harmonies of #C11EAA
Complementary color
Monochromatic Colors of #C11EAA
Black with #C11EAA
Text Example
Text Example
White with #C11EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11EAA; }
p { color: rgb(193,30,170); }
H1.HeaderClassName
{
color: #C11EAA;
}
.AnyTagClassName
{
color: #C11EAA;
}
</style>
background-color css
<style>
a { background-color: #C11EAA; }
a { background-color: rgb(193,30,170); }
div.DivClassName
{
background-color: #C11EAA;
}
.BgClassName
{
background-color: #C11EAA;
}
</style>
border-color css
<style>
span { border-color: #C11EAA; }
span { border-color: rgb(193,30,170); }
td.TdClassName
{
border-color: #C11EAA;
}
.TagClassName
{
border-color: #C11EAA;
}
</style>