Shades of Medium Violet Red #C11E81
Tints of Medium Violet Red #C11E81
RGB
CMYK
RGB Variations
Color information
#C11E81 (or 0xC11E81) is known color: Medium Violet Red. HEX triplet: C1, 1E and 81. RGB value is (193,30,129). Sum of RGB (Red+Green+Blue) = 193+30+129=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11E81 is #3EE17E. Grayscale: #595959. Windows color (decimal): -4120959 or 8462017. OLE color: 8462017.
HSL color Cylindrical-coordinate representation of color #C11E81: hue angle of 323.56º 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 #C11E81 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 129 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.24 |
| HSL | 323.56º | 0.73% | 0.44% | - |
| HSV(B) | 323.56º | 0.84% | 0.76% | - |
| XYZ | 26.42 | 13.85 | 22.05 | - |
| YUV | 90.02 | 150 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 129 | 0 | 0.84 | 0.33 | 0.24 | 323.56 | 0.73 | 0.44 |
| Hex | C1 | 1E | 81 | 0 | 54 | 21 | 18 | 144 | 49 | 2C |
| Octal | 301 | 36 | 201 | 0 | 124 | 41 | 30 | 504 | 111 | 54 |
| Binary | 11000001 | 11110 | 10000001 | 0 | 1010100 | 100001 | 11000 | 101000100 | 1001001 | 101100 |
Color Harmonies of #C11E81
Complementary color
Monochromatic Colors of #C11E81
Black with #C11E81
Text Example
Text Example
White with #C11E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E81; }
p { color: rgb(193,30,129); }
H1.HeaderClassName
{
color: #C11E81;
}
.AnyTagClassName
{
color: #C11E81;
}
</style>
background-color css
<style>
a { background-color: #C11E81; }
a { background-color: rgb(193,30,129); }
div.DivClassName
{
background-color: #C11E81;
}
.BgClassName
{
background-color: #C11E81;
}
</style>
border-color css
<style>
span { border-color: #C11E81; }
span { border-color: rgb(193,30,129); }
td.TdClassName
{
border-color: #C11E81;
}
.TagClassName
{
border-color: #C11E81;
}
</style>