Shades of Medium Violet Red #C9188D
Tints of Medium Violet Red #C9188D
RGB
CMYK
RGB Variations
Color information
#C9188D (or 0xC9188D) is known color: Medium Violet Red. HEX triplet: C9, 18 and 8D. RGB value is (201,24,141). Sum of RGB (Red+Green+Blue) = 201+24+141=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9188D is #36E772. Grayscale: #595959. Windows color (decimal): -3598195 or 9246921. OLE color: 9246921.
HSL color Cylindrical-coordinate representation of color #C9188D: hue angle of 320.34º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9188D is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 141 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.21 |
| HSL | 320.34º | 0.79% | 0.44% | - |
| HSV(B) | 320.34º | 0.88% | 0.79% | - |
| XYZ | 29.22 | 14.99 | 26.55 | - |
| YUV | 90.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 141 | 0 | 0.88 | 0.30 | 0.21 | 320.34 | 0.79 | 0.44 |
| Hex | C9 | 18 | 8D | 0 | 58 | 1E | 15 | 140 | 4F | 2C |
| Octal | 311 | 30 | 215 | 0 | 130 | 36 | 25 | 500 | 117 | 54 |
| Binary | 11001001 | 11000 | 10001101 | 0 | 1011000 | 11110 | 10101 | 101000000 | 1001111 | 101100 |
Color Harmonies of #C9188D
Complementary color
Monochromatic Colors of #C9188D
Black with #C9188D
Text Example
Text Example
White with #C9188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9188D; }
p { color: rgb(201,24,141); }
H1.HeaderClassName
{
color: #C9188D;
}
.AnyTagClassName
{
color: #C9188D;
}
</style>
background-color css
<style>
a { background-color: #C9188D; }
a { background-color: rgb(201,24,141); }
div.DivClassName
{
background-color: #C9188D;
}
.BgClassName
{
background-color: #C9188D;
}
</style>
border-color css
<style>
span { border-color: #C9188D; }
span { border-color: rgb(201,24,141); }
td.TdClassName
{
border-color: #C9188D;
}
.TagClassName
{
border-color: #C9188D;
}
</style>