Shades of Medium Violet Red #C9108C
Tints of Medium Violet Red #C9108C
RGB
CMYK
RGB Variations
Color information
#C9108C (or 0xC9108C) is known color: Medium Violet Red. HEX triplet: C9, 10 and 8C. RGB value is (201,16,140). Sum of RGB (Red+Green+Blue) = 201+16+140=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9108C is #36EF73. Grayscale: #555555. Windows color (decimal): -3600244 or 9179337. OLE color: 9179337.
HSL color Cylindrical-coordinate representation of color #C9108C: hue angle of 319.78º 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 #C9108C is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 140 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.21 |
| HSL | 319.78º | 0.85% | 0.43% | - |
| HSV(B) | 319.78º | 0.92% | 0.79% | - |
| XYZ | 29.01 | 14.68 | 26.12 | - |
| YUV | 85.45 | 158.79 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 140 | 0 | 0.92 | 0.30 | 0.21 | 319.78 | 0.85 | 0.43 |
| Hex | C9 | 10 | 8C | 0 | 5C | 1E | 15 | 140 | 55 | 2B |
| Octal | 311 | 20 | 214 | 0 | 134 | 36 | 25 | 500 | 125 | 53 |
| Binary | 11001001 | 10000 | 10001100 | 0 | 1011100 | 11110 | 10101 | 101000000 | 1010101 | 101011 |
Color Harmonies of #C9108C
Complementary color
Monochromatic Colors of #C9108C
Black with #C9108C
Text Example
Text Example
White with #C9108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9108C; }
p { color: rgb(201,16,140); }
H1.HeaderClassName
{
color: #C9108C;
}
.AnyTagClassName
{
color: #C9108C;
}
</style>
background-color css
<style>
a { background-color: #C9108C; }
a { background-color: rgb(201,16,140); }
div.DivClassName
{
background-color: #C9108C;
}
.BgClassName
{
background-color: #C9108C;
}
</style>
border-color css
<style>
span { border-color: #C9108C; }
span { border-color: rgb(201,16,140); }
td.TdClassName
{
border-color: #C9108C;
}
.TagClassName
{
border-color: #C9108C;
}
</style>