Shades of Medium Violet Red #C11D8C
Tints of Medium Violet Red #C11D8C
RGB
CMYK
RGB Variations
Color information
#C11D8C (or 0xC11D8C) is known color: Medium Violet Red. HEX triplet: C1, 1D and 8C. RGB value is (193,29,140). Sum of RGB (Red+Green+Blue) = 193+29+140=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11D8C is #3EE273. Grayscale: #5A5A5A. Windows color (decimal): -4121204 or 9182657. OLE color: 9182657.
HSL color Cylindrical-coordinate representation of color #C11D8C: hue angle of 319.39º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11D8C is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 140 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.24 |
| HSL | 319.39º | 0.74% | 0.44% | - |
| HSV(B) | 319.39º | 0.85% | 0.76% | - |
| XYZ | 27.17 | 14.11 | 26.1 | - |
| YUV | 90.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 140 | 0 | 0.85 | 0.27 | 0.24 | 319.39 | 0.74 | 0.44 |
| Hex | C1 | 1D | 8C | 0 | 55 | 1B | 18 | 13F | 4A | 2C |
| Octal | 301 | 35 | 214 | 0 | 125 | 33 | 30 | 477 | 112 | 54 |
| Binary | 11000001 | 11101 | 10001100 | 0 | 1010101 | 11011 | 11000 | 100111111 | 1001010 | 101100 |
Color Harmonies of #C11D8C
Complementary color
Monochromatic Colors of #C11D8C
Black with #C11D8C
Text Example
Text Example
White with #C11D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11D8C; }
p { color: rgb(193,29,140); }
H1.HeaderClassName
{
color: #C11D8C;
}
.AnyTagClassName
{
color: #C11D8C;
}
</style>
background-color css
<style>
a { background-color: #C11D8C; }
a { background-color: rgb(193,29,140); }
div.DivClassName
{
background-color: #C11D8C;
}
.BgClassName
{
background-color: #C11D8C;
}
</style>
border-color css
<style>
span { border-color: #C11D8C; }
span { border-color: rgb(193,29,140); }
td.TdClassName
{
border-color: #C11D8C;
}
.TagClassName
{
border-color: #C11D8C;
}
</style>