Shades of Medium Violet Red #C9118D
Tints of Medium Violet Red #C9118D
RGB
CMYK
RGB Variations
Color information
#C9118D (or 0xC9118D) is known color: Medium Violet Red. HEX triplet: C9, 11 and 8D. RGB value is (201,17,141). Sum of RGB (Red+Green+Blue) = 201+17+141=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9118D is #36EE72. Grayscale: #555555. Windows color (decimal): -3599987 or 9245129. OLE color: 9245129.
HSL color Cylindrical-coordinate representation of color #C9118D: hue angle of 319.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9118D is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 141 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.21 |
| HSL | 319.57º | 0.84% | 0.43% | - |
| HSV(B) | 319.57º | 0.92% | 0.79% | - |
| XYZ | 29.1 | 14.74 | 26.51 | - |
| YUV | 86.15 | 158.96 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 141 | 0 | 0.92 | 0.30 | 0.21 | 319.57 | 0.84 | 0.43 |
| Hex | C9 | 11 | 8D | 0 | 5C | 1E | 15 | 140 | 54 | 2B |
| Octal | 311 | 21 | 215 | 0 | 134 | 36 | 25 | 500 | 124 | 53 |
| Binary | 11001001 | 10001 | 10001101 | 0 | 1011100 | 11110 | 10101 | 101000000 | 1010100 | 101011 |
Color Harmonies of #C9118D
Complementary color
Monochromatic Colors of #C9118D
Black with #C9118D
Text Example
Text Example
White with #C9118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9118D; }
p { color: rgb(201,17,141); }
H1.HeaderClassName
{
color: #C9118D;
}
.AnyTagClassName
{
color: #C9118D;
}
</style>
background-color css
<style>
a { background-color: #C9118D; }
a { background-color: rgb(201,17,141); }
div.DivClassName
{
background-color: #C9118D;
}
.BgClassName
{
background-color: #C9118D;
}
</style>
border-color css
<style>
span { border-color: #C9118D; }
span { border-color: rgb(201,17,141); }
td.TdClassName
{
border-color: #C9118D;
}
.TagClassName
{
border-color: #C9118D;
}
</style>