Shades of Medium Violet Red #C11F8B
Tints of Medium Violet Red #C11F8B
RGB
CMYK
RGB Variations
Color information
#C11F8B (or 0xC11F8B) is known color: Medium Violet Red. HEX triplet: C1, 1F and 8B. RGB value is (193,31,139). Sum of RGB (Red+Green+Blue) = 193+31+139=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11F8B is #3EE074. Grayscale: #5B5B5B. Windows color (decimal): -4120693 or 9117633. OLE color: 9117633.
HSL color Cylindrical-coordinate representation of color #C11F8B: hue angle of 320º degrees, saturation: 0.72, 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 #C11F8B is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 139 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.24 |
| HSL | 320º | 0.72% | 0.44% | - |
| HSV(B) | 320º | 0.84% | 0.76% | - |
| XYZ | 27.14 | 14.18 | 25.73 | - |
| YUV | 91.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 139 | 0 | 0.84 | 0.28 | 0.24 | 320 | 0.72 | 0.44 |
| Hex | C1 | 1F | 8B | 0 | 54 | 1C | 18 | 140 | 48 | 2C |
| Octal | 301 | 37 | 213 | 0 | 124 | 34 | 30 | 500 | 110 | 54 |
| Binary | 11000001 | 11111 | 10001011 | 0 | 1010100 | 11100 | 11000 | 101000000 | 1001000 | 101100 |
Color Harmonies of #C11F8B
Complementary color
Monochromatic Colors of #C11F8B
Black with #C11F8B
Text Example
Text Example
White with #C11F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11F8B; }
p { color: rgb(193,31,139); }
H1.HeaderClassName
{
color: #C11F8B;
}
.AnyTagClassName
{
color: #C11F8B;
}
</style>
background-color css
<style>
a { background-color: #C11F8B; }
a { background-color: rgb(193,31,139); }
div.DivClassName
{
background-color: #C11F8B;
}
.BgClassName
{
background-color: #C11F8B;
}
</style>
border-color css
<style>
span { border-color: #C11F8B; }
span { border-color: rgb(193,31,139); }
td.TdClassName
{
border-color: #C11F8B;
}
.TagClassName
{
border-color: #C11F8B;
}
</style>