Shades of Medium Violet Red #C11C8D
Tints of Medium Violet Red #C11C8D
RGB
CMYK
RGB Variations
Color information
#C11C8D (or 0xC11C8D) is known color: Medium Violet Red. HEX triplet: C1, 1C and 8D. RGB value is (193,28,141). Sum of RGB (Red+Green+Blue) = 193+28+141=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11C8D is #3EE372. Grayscale: #595959. Windows color (decimal): -4121459 or 9247937. OLE color: 9247937.
HSL color Cylindrical-coordinate representation of color #C11C8D: hue angle of 318.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11C8D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 28 | 141 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.24 |
| HSL | 318.91º | 0.75% | 0.43% | - |
| HSV(B) | 318.91º | 0.85% | 0.76% | - |
| XYZ | 27.22 | 14.09 | 26.48 | - |
| YUV | 90.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 141 | 0 | 0.85 | 0.27 | 0.24 | 318.91 | 0.75 | 0.43 |
| Hex | C1 | 1C | 8D | 0 | 55 | 1B | 18 | 13F | 4B | 2B |
| Octal | 301 | 34 | 215 | 0 | 125 | 33 | 30 | 477 | 113 | 53 |
| Binary | 11000001 | 11100 | 10001101 | 0 | 1010101 | 11011 | 11000 | 100111111 | 1001011 | 101011 |
Color Harmonies of #C11C8D
Complementary color
Monochromatic Colors of #C11C8D
Black with #C11C8D
Text Example
Text Example
White with #C11C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11C8D; }
p { color: rgb(193,28,141); }
H1.HeaderClassName
{
color: #C11C8D;
}
.AnyTagClassName
{
color: #C11C8D;
}
</style>
background-color css
<style>
a { background-color: #C11C8D; }
a { background-color: rgb(193,28,141); }
div.DivClassName
{
background-color: #C11C8D;
}
.BgClassName
{
background-color: #C11C8D;
}
</style>
border-color css
<style>
span { border-color: #C11C8D; }
span { border-color: rgb(193,28,141); }
td.TdClassName
{
border-color: #C11C8D;
}
.TagClassName
{
border-color: #C11C8D;
}
</style>