Shades of Medium Violet Red #C11E7D
Tints of Medium Violet Red #C11E7D
RGB
CMYK
RGB Variations
Color information
#C11E7D (or 0xC11E7D) is known color: Medium Violet Red. HEX triplet: C1, 1E and 7D. RGB value is (193,30,125). Sum of RGB (Red+Green+Blue) = 193+30+125=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E7D is #3EE182. Grayscale: #595959. Windows color (decimal): -4120963 or 8199873. OLE color: 8199873.
HSL color Cylindrical-coordinate representation of color #C11E7D: hue angle of 325.03º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E7D is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 125 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.24 |
| HSL | 325.03º | 0.73% | 0.44% | - |
| HSV(B) | 325.03º | 0.84% | 0.76% | - |
| XYZ | 26.16 | 13.75 | 20.68 | - |
| YUV | 89.57 | 148 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 125 | 0 | 0.84 | 0.35 | 0.24 | 325.03 | 0.73 | 0.44 |
| Hex | C1 | 1E | 7D | 0 | 54 | 23 | 18 | 145 | 49 | 2C |
| Octal | 301 | 36 | 175 | 0 | 124 | 43 | 30 | 505 | 111 | 54 |
| Binary | 11000001 | 11110 | 1111101 | 0 | 1010100 | 100011 | 11000 | 101000101 | 1001001 | 101100 |
Color Harmonies of #C11E7D
Complementary color
Monochromatic Colors of #C11E7D
Black with #C11E7D
Text Example
Text Example
White with #C11E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E7D; }
p { color: rgb(193,30,125); }
H1.HeaderClassName
{
color: #C11E7D;
}
.AnyTagClassName
{
color: #C11E7D;
}
</style>
background-color css
<style>
a { background-color: #C11E7D; }
a { background-color: rgb(193,30,125); }
div.DivClassName
{
background-color: #C11E7D;
}
.BgClassName
{
background-color: #C11E7D;
}
</style>
border-color css
<style>
span { border-color: #C11E7D; }
span { border-color: rgb(193,30,125); }
td.TdClassName
{
border-color: #C11E7D;
}
.TagClassName
{
border-color: #C11E7D;
}
</style>