Shades of Medium Violet Red #C11F9D
Tints of Medium Violet Red #C11F9D
RGB
CMYK
RGB Variations
Color information
#C11F9D (or 0xC11F9D) is known color: Medium Violet Red. HEX triplet: C1, 1F and 9D. RGB value is (193,31,157). Sum of RGB (Red+Green+Blue) = 193+31+157=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11F9D is #3EE062. Grayscale: #5D5D5D. Windows color (decimal): -4120675 or 10297281. OLE color: 10297281.
HSL color Cylindrical-coordinate representation of color #C11F9D: hue angle of 313.33º 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 #C11F9D is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 157 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.24 |
| HSL | 313.33º | 0.72% | 0.44% | - |
| HSV(B) | 313.33º | 0.84% | 0.76% | - |
| XYZ | 28.57 | 14.75 | 33.24 | - |
| YUV | 93.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 157 | 0 | 0.84 | 0.19 | 0.24 | 313.33 | 0.72 | 0.44 |
| Hex | C1 | 1F | 9D | 0 | 54 | 13 | 18 | 139 | 48 | 2C |
| Octal | 301 | 37 | 235 | 0 | 124 | 23 | 30 | 471 | 110 | 54 |
| Binary | 11000001 | 11111 | 10011101 | 0 | 1010100 | 10011 | 11000 | 100111001 | 1001000 | 101100 |
Color Harmonies of #C11F9D
Complementary color
Monochromatic Colors of #C11F9D
Black with #C11F9D
Text Example
Text Example
White with #C11F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11F9D; }
p { color: rgb(193,31,157); }
H1.HeaderClassName
{
color: #C11F9D;
}
.AnyTagClassName
{
color: #C11F9D;
}
</style>
background-color css
<style>
a { background-color: #C11F9D; }
a { background-color: rgb(193,31,157); }
div.DivClassName
{
background-color: #C11F9D;
}
.BgClassName
{
background-color: #C11F9D;
}
</style>
border-color css
<style>
span { border-color: #C11F9D; }
span { border-color: rgb(193,31,157); }
td.TdClassName
{
border-color: #C11F9D;
}
.TagClassName
{
border-color: #C11F9D;
}
</style>