Shades of Medium Violet Red #C9109E
Tints of Medium Violet Red #C9109E
RGB
CMYK
RGB Variations
Color information
#C9109E (or 0xC9109E) is known color: Medium Violet Red. HEX triplet: C9, 10 and 9E. RGB value is (201,16,158). Sum of RGB (Red+Green+Blue) = 201+16+158=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9109E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9109E is #36EF61. Grayscale: #575757. Windows color (decimal): -3600226 or 10358985. OLE color: 10358985.
HSL color Cylindrical-coordinate representation of color #C9109E: hue angle of 313.95º 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 #C9109E is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 158 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.21 |
| HSL | 313.95º | 0.85% | 0.43% | - |
| HSV(B) | 313.95º | 0.92% | 0.79% | - |
| XYZ | 30.44 | 15.26 | 33.69 | - |
| YUV | 87.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 158 | 0 | 0.92 | 0.21 | 0.21 | 313.95 | 0.85 | 0.43 |
| Hex | C9 | 10 | 9E | 0 | 5C | 15 | 15 | 13A | 55 | 2B |
| Octal | 311 | 20 | 236 | 0 | 134 | 25 | 25 | 472 | 125 | 53 |
| Binary | 11001001 | 10000 | 10011110 | 0 | 1011100 | 10101 | 10101 | 100111010 | 1010101 | 101011 |
Color Harmonies of #C9109E
Complementary color
Monochromatic Colors of #C9109E
Black with #C9109E
Text Example
Text Example
White with #C9109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9109E; }
p { color: rgb(201,16,158); }
H1.HeaderClassName
{
color: #C9109E;
}
.AnyTagClassName
{
color: #C9109E;
}
</style>
background-color css
<style>
a { background-color: #C9109E; }
a { background-color: rgb(201,16,158); }
div.DivClassName
{
background-color: #C9109E;
}
.BgClassName
{
background-color: #C9109E;
}
</style>
border-color css
<style>
span { border-color: #C9109E; }
span { border-color: rgb(201,16,158); }
td.TdClassName
{
border-color: #C9109E;
}
.TagClassName
{
border-color: #C9109E;
}
</style>