Shades of Medium Violet Red #C11F9F
Tints of Medium Violet Red #C11F9F
RGB
CMYK
RGB Variations
Color information
#C11F9F (or 0xC11F9F) is known color: Medium Violet Red. HEX triplet: C1, 1F and 9F. RGB value is (193,31,159). Sum of RGB (Red+Green+Blue) = 193+31+159=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11F9F is #3EE060. Grayscale: #5D5D5D. Windows color (decimal): -4120673 or 10428353. OLE color: 10428353.
HSL color Cylindrical-coordinate representation of color #C11F9F: hue angle of 312.59º 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 #C11F9F is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 159 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.24 |
| HSL | 312.59º | 0.72% | 0.44% | - |
| HSV(B) | 312.59º | 0.84% | 0.76% | - |
| XYZ | 28.74 | 14.82 | 34.15 | - |
| YUV | 94.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 159 | 0 | 0.84 | 0.18 | 0.24 | 312.59 | 0.72 | 0.44 |
| Hex | C1 | 1F | 9F | 0 | 54 | 12 | 18 | 139 | 48 | 2C |
| Octal | 301 | 37 | 237 | 0 | 124 | 22 | 30 | 471 | 110 | 54 |
| Binary | 11000001 | 11111 | 10011111 | 0 | 1010100 | 10010 | 11000 | 100111001 | 1001000 | 101100 |
Color Harmonies of #C11F9F
Complementary color
Monochromatic Colors of #C11F9F
Black with #C11F9F
Text Example
Text Example
White with #C11F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11F9F; }
p { color: rgb(193,31,159); }
H1.HeaderClassName
{
color: #C11F9F;
}
.AnyTagClassName
{
color: #C11F9F;
}
</style>
background-color css
<style>
a { background-color: #C11F9F; }
a { background-color: rgb(193,31,159); }
div.DivClassName
{
background-color: #C11F9F;
}
.BgClassName
{
background-color: #C11F9F;
}
</style>
border-color css
<style>
span { border-color: #C11F9F; }
span { border-color: rgb(193,31,159); }
td.TdClassName
{
border-color: #C11F9F;
}
.TagClassName
{
border-color: #C11F9F;
}
</style>