Shades of Medium Violet Red #C11781
Tints of Medium Violet Red #C11781
RGB
CMYK
RGB Variations
Color information
#C11781 (or 0xC11781) is known color: Medium Violet Red. HEX triplet: C1, 17 and 81. RGB value is (193,23,129). Sum of RGB (Red+Green+Blue) = 193+23+129=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C11781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11781 is #3EE87E. Grayscale: #555555. Windows color (decimal): -4122751 or 8460225. OLE color: 8460225.
HSL color Cylindrical-coordinate representation of color #C11781: hue angle of 322.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11781 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 129 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.24 |
| HSL | 322.59º | 0.79% | 0.42% | - |
| HSV(B) | 322.59º | 0.88% | 0.76% | - |
| XYZ | 26.26 | 13.54 | 22 | - |
| YUV | 85.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 129 | 0 | 0.88 | 0.33 | 0.24 | 322.59 | 0.79 | 0.42 |
| Hex | C1 | 17 | 81 | 0 | 58 | 21 | 18 | 143 | 4F | 2A |
| Octal | 301 | 27 | 201 | 0 | 130 | 41 | 30 | 503 | 117 | 52 |
| Binary | 11000001 | 10111 | 10000001 | 0 | 1011000 | 100001 | 11000 | 101000011 | 1001111 | 101010 |
Color Harmonies of #C11781
Complementary color
Monochromatic Colors of #C11781
Black with #C11781
Text Example
Text Example
White with #C11781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11781; }
p { color: rgb(193,23,129); }
H1.HeaderClassName
{
color: #C11781;
}
.AnyTagClassName
{
color: #C11781;
}
</style>
background-color css
<style>
a { background-color: #C11781; }
a { background-color: rgb(193,23,129); }
div.DivClassName
{
background-color: #C11781;
}
.BgClassName
{
background-color: #C11781;
}
</style>
border-color css
<style>
span { border-color: #C11781; }
span { border-color: rgb(193,23,129); }
td.TdClassName
{
border-color: #C11781;
}
.TagClassName
{
border-color: #C11781;
}
</style>