Shades of Medium Violet Red #C9158D
Tints of Medium Violet Red #C9158D
RGB
CMYK
RGB Variations
Color information
#C9158D (or 0xC9158D) is known color: Medium Violet Red. HEX triplet: C9, 15 and 8D. RGB value is (201,21,141). Sum of RGB (Red+Green+Blue) = 201+21+141=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9158D is #36EA72. Grayscale: #585858. Windows color (decimal): -3598963 or 9246153. OLE color: 9246153.
HSL color Cylindrical-coordinate representation of color #C9158D: hue angle of 320º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9158D is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 141 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.21 |
| HSL | 320º | 0.81% | 0.44% | - |
| HSV(B) | 320º | 0.9% | 0.79% | - |
| XYZ | 29.16 | 14.88 | 26.53 | - |
| YUV | 88.5 | 157.63 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 141 | 0 | 0.90 | 0.30 | 0.21 | 320 | 0.81 | 0.44 |
| Hex | C9 | 15 | 8D | 0 | 5A | 1E | 15 | 140 | 51 | 2C |
| Octal | 311 | 25 | 215 | 0 | 132 | 36 | 25 | 500 | 121 | 54 |
| Binary | 11001001 | 10101 | 10001101 | 0 | 1011010 | 11110 | 10101 | 101000000 | 1010001 | 101100 |
Color Harmonies of #C9158D
Complementary color
Monochromatic Colors of #C9158D
Black with #C9158D
Text Example
Text Example
White with #C9158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9158D; }
p { color: rgb(201,21,141); }
H1.HeaderClassName
{
color: #C9158D;
}
.AnyTagClassName
{
color: #C9158D;
}
</style>
background-color css
<style>
a { background-color: #C9158D; }
a { background-color: rgb(201,21,141); }
div.DivClassName
{
background-color: #C9158D;
}
.BgClassName
{
background-color: #C9158D;
}
</style>
border-color css
<style>
span { border-color: #C9158D; }
span { border-color: rgb(201,21,141); }
td.TdClassName
{
border-color: #C9158D;
}
.TagClassName
{
border-color: #C9158D;
}
</style>