Shades of Medium Violet Red #C11B8D
Tints of Medium Violet Red #C11B8D
RGB
CMYK
RGB Variations
Color information
#C11B8D (or 0xC11B8D) is known color: Medium Violet Red. HEX triplet: C1, 1B and 8D. RGB value is (193,27,141). Sum of RGB (Red+Green+Blue) = 193+27+141=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11B8D is #3EE472. Grayscale: #595959. Windows color (decimal): -4121715 or 9247681. OLE color: 9247681.
HSL color Cylindrical-coordinate representation of color #C11B8D: hue angle of 318.8º 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 #C11B8D is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 27 | 141 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.24 |
| HSL | 318.8º | 0.75% | 0.43% | - |
| HSV(B) | 318.8º | 0.86% | 0.76% | - |
| XYZ | 27.19 | 14.04 | 26.48 | - |
| YUV | 89.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 141 | 0 | 0.86 | 0.27 | 0.24 | 318.8 | 0.75 | 0.43 |
| Hex | C1 | 1B | 8D | 0 | 56 | 1B | 18 | 13F | 4B | 2B |
| Octal | 301 | 33 | 215 | 0 | 126 | 33 | 30 | 477 | 113 | 53 |
| Binary | 11000001 | 11011 | 10001101 | 0 | 1010110 | 11011 | 11000 | 100111111 | 1001011 | 101011 |
Color Harmonies of #C11B8D
Complementary color
Monochromatic Colors of #C11B8D
Black with #C11B8D
Text Example
Text Example
White with #C11B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11B8D; }
p { color: rgb(193,27,141); }
H1.HeaderClassName
{
color: #C11B8D;
}
.AnyTagClassName
{
color: #C11B8D;
}
</style>
background-color css
<style>
a { background-color: #C11B8D; }
a { background-color: rgb(193,27,141); }
div.DivClassName
{
background-color: #C11B8D;
}
.BgClassName
{
background-color: #C11B8D;
}
</style>
border-color css
<style>
span { border-color: #C11B8D; }
span { border-color: rgb(193,27,141); }
td.TdClassName
{
border-color: #C11B8D;
}
.TagClassName
{
border-color: #C11B8D;
}
</style>