Shades of Medium Violet Red #C11EA8
Tints of Medium Violet Red #C11EA8
RGB
CMYK
RGB Variations
Color information
#C11EA8 (or 0xC11EA8) is known color: Medium Violet Red. HEX triplet: C1, 1E and A8. RGB value is (193,30,168). Sum of RGB (Red+Green+Blue) = 193+30+168=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11EA8 is #3EE157. Grayscale: #5E5E5E. Windows color (decimal): -4120920 or 11017921. OLE color: 11017921.
HSL color Cylindrical-coordinate representation of color #C11EA8: hue angle of 309.2º 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 #C11EA8 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 168 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.24 |
| HSL | 309.2º | 0.73% | 0.44% | - |
| HSV(B) | 309.2º | 0.84% | 0.76% | - |
| XYZ | 29.52 | 15.09 | 38.4 | - |
| YUV | 94.47 | 169.5 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 168 | 0 | 0.84 | 0.13 | 0.24 | 309.2 | 0.73 | 0.44 |
| Hex | C1 | 1E | A8 | 0 | 54 | D | 18 | 135 | 49 | 2C |
| Octal | 301 | 36 | 250 | 0 | 124 | 15 | 30 | 465 | 111 | 54 |
| Binary | 11000001 | 11110 | 10101000 | 0 | 1010100 | 1101 | 11000 | 100110101 | 1001001 | 101100 |
Color Harmonies of #C11EA8
Complementary color
Monochromatic Colors of #C11EA8
Black with #C11EA8
Text Example
Text Example
White with #C11EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11EA8; }
p { color: rgb(193,30,168); }
H1.HeaderClassName
{
color: #C11EA8;
}
.AnyTagClassName
{
color: #C11EA8;
}
</style>
background-color css
<style>
a { background-color: #C11EA8; }
a { background-color: rgb(193,30,168); }
div.DivClassName
{
background-color: #C11EA8;
}
.BgClassName
{
background-color: #C11EA8;
}
</style>
border-color css
<style>
span { border-color: #C11EA8; }
span { border-color: rgb(193,30,168); }
td.TdClassName
{
border-color: #C11EA8;
}
.TagClassName
{
border-color: #C11EA8;
}
</style>