Shades of Medium Violet Red #C9128D
Tints of Medium Violet Red #C9128D
RGB
CMYK
RGB Variations
Color information
#C9128D (or 0xC9128D) is known color: Medium Violet Red. HEX triplet: C9, 12 and 8D. RGB value is (201,18,141). Sum of RGB (Red+Green+Blue) = 201+18+141=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9128D is #36ED72. Grayscale: #565656. Windows color (decimal): -3599731 or 9245385. OLE color: 9245385.
HSL color Cylindrical-coordinate representation of color #C9128D: hue angle of 319.67º 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 #C9128D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 141 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.21 |
| HSL | 319.67º | 0.84% | 0.43% | - |
| HSV(B) | 319.67º | 0.91% | 0.79% | - |
| XYZ | 29.11 | 14.77 | 26.52 | - |
| YUV | 86.74 | 158.63 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 141 | 0 | 0.91 | 0.30 | 0.21 | 319.67 | 0.84 | 0.43 |
| Hex | C9 | 12 | 8D | 0 | 5B | 1E | 15 | 140 | 54 | 2B |
| Octal | 311 | 22 | 215 | 0 | 133 | 36 | 25 | 500 | 124 | 53 |
| Binary | 11001001 | 10010 | 10001101 | 0 | 1011011 | 11110 | 10101 | 101000000 | 1010100 | 101011 |
Color Harmonies of #C9128D
Complementary color
Monochromatic Colors of #C9128D
Black with #C9128D
Text Example
Text Example
White with #C9128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9128D; }
p { color: rgb(201,18,141); }
H1.HeaderClassName
{
color: #C9128D;
}
.AnyTagClassName
{
color: #C9128D;
}
</style>
background-color css
<style>
a { background-color: #C9128D; }
a { background-color: rgb(201,18,141); }
div.DivClassName
{
background-color: #C9128D;
}
.BgClassName
{
background-color: #C9128D;
}
</style>
border-color css
<style>
span { border-color: #C9128D; }
span { border-color: rgb(201,18,141); }
td.TdClassName
{
border-color: #C9128D;
}
.TagClassName
{
border-color: #C9128D;
}
</style>