Shades of Medium Violet Red #C11D7D
Tints of Medium Violet Red #C11D7D
RGB
CMYK
RGB Variations
Color information
#C11D7D (or 0xC11D7D) is known color: Medium Violet Red. HEX triplet: C1, 1D and 7D. RGB value is (193,29,125). Sum of RGB (Red+Green+Blue) = 193+29+125=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11D7D is #3EE282. Grayscale: #585858. Windows color (decimal): -4121219 or 8199617. OLE color: 8199617.
HSL color Cylindrical-coordinate representation of color #C11D7D: hue angle of 324.88º 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 #C11D7D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 125 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.24 |
| HSL | 324.88º | 0.74% | 0.44% | - |
| HSV(B) | 324.88º | 0.85% | 0.76% | - |
| XYZ | 26.13 | 13.7 | 20.67 | - |
| YUV | 88.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 125 | 0 | 0.85 | 0.35 | 0.24 | 324.88 | 0.74 | 0.44 |
| Hex | C1 | 1D | 7D | 0 | 55 | 23 | 18 | 145 | 4A | 2C |
| Octal | 301 | 35 | 175 | 0 | 125 | 43 | 30 | 505 | 112 | 54 |
| Binary | 11000001 | 11101 | 1111101 | 0 | 1010101 | 100011 | 11000 | 101000101 | 1001010 | 101100 |
Color Harmonies of #C11D7D
Complementary color
Monochromatic Colors of #C11D7D
Black with #C11D7D
Text Example
Text Example
White with #C11D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11D7D; }
p { color: rgb(193,29,125); }
H1.HeaderClassName
{
color: #C11D7D;
}
.AnyTagClassName
{
color: #C11D7D;
}
</style>
background-color css
<style>
a { background-color: #C11D7D; }
a { background-color: rgb(193,29,125); }
div.DivClassName
{
background-color: #C11D7D;
}
.BgClassName
{
background-color: #C11D7D;
}
</style>
border-color css
<style>
span { border-color: #C11D7D; }
span { border-color: rgb(193,29,125); }
td.TdClassName
{
border-color: #C11D7D;
}
.TagClassName
{
border-color: #C11D7D;
}
</style>