Shades of Medium Violet Red #C11D6F
Tints of Medium Violet Red #C11D6F
RGB
CMYK
RGB Variations
Color information
#C11D6F (or 0xC11D6F) is known color: Medium Violet Red. HEX triplet: C1, 1D and 6F. RGB value is (193,29,111). Sum of RGB (Red+Green+Blue) = 193+29+111=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11D6F is #3EE290. Grayscale: #575757. Windows color (decimal): -4121233 or 7282113. OLE color: 7282113.
HSL color Cylindrical-coordinate representation of color #C11D6F: hue angle of 330º 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 #C11D6F is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 111 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.24 |
| HSL | 330º | 0.74% | 0.44% | - |
| HSV(B) | 330º | 0.85% | 0.76% | - |
| XYZ | 25.3 | 13.36 | 16.28 | - |
| YUV | 87.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 111 | 0 | 0.85 | 0.42 | 0.24 | 330 | 0.74 | 0.44 |
| Hex | C1 | 1D | 6F | 0 | 55 | 2A | 18 | 14A | 4A | 2C |
| Octal | 301 | 35 | 157 | 0 | 125 | 52 | 30 | 512 | 112 | 54 |
| Binary | 11000001 | 11101 | 1101111 | 0 | 1010101 | 101010 | 11000 | 101001010 | 1001010 | 101100 |
Color Harmonies of #C11D6F
Complementary color
Monochromatic Colors of #C11D6F
Black with #C11D6F
Text Example
Text Example
White with #C11D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11D6F; }
p { color: rgb(193,29,111); }
H1.HeaderClassName
{
color: #C11D6F;
}
.AnyTagClassName
{
color: #C11D6F;
}
</style>
background-color css
<style>
a { background-color: #C11D6F; }
a { background-color: rgb(193,29,111); }
div.DivClassName
{
background-color: #C11D6F;
}
.BgClassName
{
background-color: #C11D6F;
}
</style>
border-color css
<style>
span { border-color: #C11D6F; }
span { border-color: rgb(193,29,111); }
td.TdClassName
{
border-color: #C11D6F;
}
.TagClassName
{
border-color: #C11D6F;
}
</style>