Shades of Medium Violet Red #C11B6F
Tints of Medium Violet Red #C11B6F
RGB
CMYK
RGB Variations
Color information
#C11B6F (or 0xC11B6F) is known color: Medium Violet Red. HEX triplet: C1, 1B and 6F. RGB value is (193,27,111). Sum of RGB (Red+Green+Blue) = 193+27+111=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11B6F is #3EE490. Grayscale: #565656. Windows color (decimal): -4121745 or 7281601. OLE color: 7281601.
HSL color Cylindrical-coordinate representation of color #C11B6F: hue angle of 329.64º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11B6F is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 27 | 111 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.24 |
| HSL | 329.64º | 0.75% | 0.43% | - |
| HSV(B) | 329.64º | 0.86% | 0.76% | - |
| XYZ | 25.25 | 13.27 | 16.27 | - |
| YUV | 86.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 111 | 0 | 0.86 | 0.42 | 0.24 | 329.64 | 0.75 | 0.43 |
| Hex | C1 | 1B | 6F | 0 | 56 | 2A | 18 | 14A | 4B | 2B |
| Octal | 301 | 33 | 157 | 0 | 126 | 52 | 30 | 512 | 113 | 53 |
| Binary | 11000001 | 11011 | 1101111 | 0 | 1010110 | 101010 | 11000 | 101001010 | 1001011 | 101011 |
Color Harmonies of #C11B6F
Complementary color
Monochromatic Colors of #C11B6F
Black with #C11B6F
Text Example
Text Example
White with #C11B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11B6F; }
p { color: rgb(193,27,111); }
H1.HeaderClassName
{
color: #C11B6F;
}
.AnyTagClassName
{
color: #C11B6F;
}
</style>
background-color css
<style>
a { background-color: #C11B6F; }
a { background-color: rgb(193,27,111); }
div.DivClassName
{
background-color: #C11B6F;
}
.BgClassName
{
background-color: #C11B6F;
}
</style>
border-color css
<style>
span { border-color: #C11B6F; }
span { border-color: rgb(193,27,111); }
td.TdClassName
{
border-color: #C11B6F;
}
.TagClassName
{
border-color: #C11B6F;
}
</style>