Shades of Medium Violet Red #C9108D
Tints of Medium Violet Red #C9108D
RGB
CMYK
RGB Variations
Color information
#C9108D (or 0xC9108D) is known color: Medium Violet Red. HEX triplet: C9, 10 and 8D. RGB value is (201,16,141). Sum of RGB (Red+Green+Blue) = 201+16+141=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C9108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9108D is #36EF72. Grayscale: #555555. Windows color (decimal): -3600243 or 9244873. OLE color: 9244873.
HSL color Cylindrical-coordinate representation of color #C9108D: hue angle of 319.46º degrees, saturation: 0.85, 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 #C9108D is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 141 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.21 |
| HSL | 319.46º | 0.85% | 0.43% | - |
| HSV(B) | 319.46º | 0.92% | 0.79% | - |
| XYZ | 29.08 | 14.71 | 26.51 | - |
| YUV | 85.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 141 | 0 | 0.92 | 0.30 | 0.21 | 319.46 | 0.85 | 0.43 |
| Hex | C9 | 10 | 8D | 0 | 5C | 1E | 15 | 13F | 55 | 2B |
| Octal | 311 | 20 | 215 | 0 | 134 | 36 | 25 | 477 | 125 | 53 |
| Binary | 11001001 | 10000 | 10001101 | 0 | 1011100 | 11110 | 10101 | 100111111 | 1010101 | 101011 |
Color Harmonies of #C9108D
Complementary color
Monochromatic Colors of #C9108D
Black with #C9108D
Text Example
Text Example
White with #C9108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9108D; }
p { color: rgb(201,16,141); }
H1.HeaderClassName
{
color: #C9108D;
}
.AnyTagClassName
{
color: #C9108D;
}
</style>
background-color css
<style>
a { background-color: #C9108D; }
a { background-color: rgb(201,16,141); }
div.DivClassName
{
background-color: #C9108D;
}
.BgClassName
{
background-color: #C9108D;
}
</style>
border-color css
<style>
span { border-color: #C9108D; }
span { border-color: rgb(201,16,141); }
td.TdClassName
{
border-color: #C9108D;
}
.TagClassName
{
border-color: #C9108D;
}
</style>