Shades of Medium Violet Red #C11181
Tints of Medium Violet Red #C11181
RGB
CMYK
RGB Variations
Color information
#C11181 (or 0xC11181) is known color: Medium Violet Red. HEX triplet: C1, 11 and 81. RGB value is (193,17,129). Sum of RGB (Red+Green+Blue) = 193+17+129=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C11181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11181 is #3EEE7E. Grayscale: #525252. Windows color (decimal): -4124287 or 8458689. OLE color: 8458689.
HSL color Cylindrical-coordinate representation of color #C11181: hue angle of 321.82º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11181 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 129 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.24 |
| HSL | 321.82º | 0.84% | 0.41% | - |
| HSV(B) | 321.82º | 0.91% | 0.76% | - |
| XYZ | 26.16 | 13.32 | 21.96 | - |
| YUV | 82.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 129 | 0 | 0.91 | 0.33 | 0.24 | 321.82 | 0.84 | 0.41 |
| Hex | C1 | 11 | 81 | 0 | 5B | 21 | 18 | 142 | 54 | 29 |
| Octal | 301 | 21 | 201 | 0 | 133 | 41 | 30 | 502 | 124 | 51 |
| Binary | 11000001 | 10001 | 10000001 | 0 | 1011011 | 100001 | 11000 | 101000010 | 1010100 | 101001 |
Color Harmonies of #C11181
Complementary color
Monochromatic Colors of #C11181
Black with #C11181
Text Example
Text Example
White with #C11181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11181; }
p { color: rgb(193,17,129); }
H1.HeaderClassName
{
color: #C11181;
}
.AnyTagClassName
{
color: #C11181;
}
</style>
background-color css
<style>
a { background-color: #C11181; }
a { background-color: rgb(193,17,129); }
div.DivClassName
{
background-color: #C11181;
}
.BgClassName
{
background-color: #C11181;
}
</style>
border-color css
<style>
span { border-color: #C11181; }
span { border-color: rgb(193,17,129); }
td.TdClassName
{
border-color: #C11181;
}
.TagClassName
{
border-color: #C11181;
}
</style>