Shades of Medium Violet Red #C11F88
Tints of Medium Violet Red #C11F88
RGB
CMYK
RGB Variations
Color information
#C11F88 (or 0xC11F88) is known color: Medium Violet Red. HEX triplet: C1, 1F and 88. RGB value is (193,31,136). Sum of RGB (Red+Green+Blue) = 193+31+136=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11F88 is #3EE077. Grayscale: #5B5B5B. Windows color (decimal): -4120696 or 8921025. OLE color: 8921025.
HSL color Cylindrical-coordinate representation of color #C11F88: hue angle of 321.11º 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 #C11F88 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 136 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.24 |
| HSL | 321.11º | 0.72% | 0.44% | - |
| HSV(B) | 321.11º | 0.84% | 0.76% | - |
| XYZ | 26.93 | 14.1 | 24.59 | - |
| YUV | 91.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 136 | 0 | 0.84 | 0.30 | 0.24 | 321.11 | 0.72 | 0.44 |
| Hex | C1 | 1F | 88 | 0 | 54 | 1E | 18 | 141 | 48 | 2C |
| Octal | 301 | 37 | 210 | 0 | 124 | 36 | 30 | 501 | 110 | 54 |
| Binary | 11000001 | 11111 | 10001000 | 0 | 1010100 | 11110 | 11000 | 101000001 | 1001000 | 101100 |
Color Harmonies of #C11F88
Complementary color
Monochromatic Colors of #C11F88
Black with #C11F88
Text Example
Text Example
White with #C11F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11F88; }
p { color: rgb(193,31,136); }
H1.HeaderClassName
{
color: #C11F88;
}
.AnyTagClassName
{
color: #C11F88;
}
</style>
background-color css
<style>
a { background-color: #C11F88; }
a { background-color: rgb(193,31,136); }
div.DivClassName
{
background-color: #C11F88;
}
.BgClassName
{
background-color: #C11F88;
}
</style>
border-color css
<style>
span { border-color: #C11F88; }
span { border-color: rgb(193,31,136); }
td.TdClassName
{
border-color: #C11F88;
}
.TagClassName
{
border-color: #C11F88;
}
</style>