Shades of Medium Violet Red #C9128E
Tints of Medium Violet Red #C9128E
RGB
CMYK
RGB Variations
Color information
#C9128E (or 0xC9128E) is known color: Medium Violet Red. HEX triplet: C9, 12 and 8E. RGB value is (201,18,142). Sum of RGB (Red+Green+Blue) = 201+18+142=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9128E is #36ED71. Grayscale: #565656. Windows color (decimal): -3599730 or 9310921. OLE color: 9310921.
HSL color Cylindrical-coordinate representation of color #C9128E: hue angle of 319.34º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9128E is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 142 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.21 |
| HSL | 319.34º | 0.84% | 0.43% | - |
| HSV(B) | 319.34º | 0.91% | 0.79% | - |
| XYZ | 29.19 | 14.8 | 26.91 | - |
| YUV | 86.85 | 159.13 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 142 | 0 | 0.91 | 0.29 | 0.21 | 319.34 | 0.84 | 0.43 |
| Hex | C9 | 12 | 8E | 0 | 5B | 1D | 15 | 13F | 54 | 2B |
| Octal | 311 | 22 | 216 | 0 | 133 | 35 | 25 | 477 | 124 | 53 |
| Binary | 11001001 | 10010 | 10001110 | 0 | 1011011 | 11101 | 10101 | 100111111 | 1010100 | 101011 |
Color Harmonies of #C9128E
Complementary color
Monochromatic Colors of #C9128E
Black with #C9128E
Text Example
Text Example
White with #C9128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9128E; }
p { color: rgb(201,18,142); }
H1.HeaderClassName
{
color: #C9128E;
}
.AnyTagClassName
{
color: #C9128E;
}
</style>
background-color css
<style>
a { background-color: #C9128E; }
a { background-color: rgb(201,18,142); }
div.DivClassName
{
background-color: #C9128E;
}
.BgClassName
{
background-color: #C9128E;
}
</style>
border-color css
<style>
span { border-color: #C9128E; }
span { border-color: rgb(201,18,142); }
td.TdClassName
{
border-color: #C9128E;
}
.TagClassName
{
border-color: #C9128E;
}
</style>