Shades of Medium Violet Red #C11481
Tints of Medium Violet Red #C11481
RGB
CMYK
RGB Variations
Color information
#C11481 (or 0xC11481) is known color: Medium Violet Red. HEX triplet: C1, 14 and 81. RGB value is (193,20,129). Sum of RGB (Red+Green+Blue) = 193+20+129=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C11481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11481 is #3EEB7E. Grayscale: #535353. Windows color (decimal): -4123519 or 8459457. OLE color: 8459457.
HSL color Cylindrical-coordinate representation of color #C11481: hue angle of 322.2º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11481 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 129 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.24 |
| HSL | 322.2º | 0.81% | 0.42% | - |
| HSV(B) | 322.2º | 0.9% | 0.76% | - |
| XYZ | 26.2 | 13.42 | 21.98 | - |
| YUV | 84.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 129 | 0 | 0.90 | 0.33 | 0.24 | 322.2 | 0.81 | 0.42 |
| Hex | C1 | 14 | 81 | 0 | 5A | 21 | 18 | 142 | 51 | 2A |
| Octal | 301 | 24 | 201 | 0 | 132 | 41 | 30 | 502 | 121 | 52 |
| Binary | 11000001 | 10100 | 10000001 | 0 | 1011010 | 100001 | 11000 | 101000010 | 1010001 | 101010 |
Color Harmonies of #C11481
Complementary color
Monochromatic Colors of #C11481
Black with #C11481
Text Example
Text Example
White with #C11481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11481; }
p { color: rgb(193,20,129); }
H1.HeaderClassName
{
color: #C11481;
}
.AnyTagClassName
{
color: #C11481;
}
</style>
background-color css
<style>
a { background-color: #C11481; }
a { background-color: rgb(193,20,129); }
div.DivClassName
{
background-color: #C11481;
}
.BgClassName
{
background-color: #C11481;
}
</style>
border-color css
<style>
span { border-color: #C11481; }
span { border-color: rgb(193,20,129); }
td.TdClassName
{
border-color: #C11481;
}
.TagClassName
{
border-color: #C11481;
}
</style>