Shades of Medium Violet Red #C90988
Tints of Medium Violet Red #C90988
RGB
CMYK
RGB Variations
Color information
#C90988 (or 0xC90988) is known color: Medium Violet Red. HEX triplet: C9, 09 and 88. RGB value is (201,9,136). Sum of RGB (Red+Green+Blue) = 201+9+136=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C90988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90988 is #36F677. Grayscale: #505050. Windows color (decimal): -3602040 or 8915401. OLE color: 8915401.
HSL color Cylindrical-coordinate representation of color #C90988: hue angle of 320.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90988 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.21 |
| HSL | 320.31º | 0.91% | 0.41% | - |
| HSV(B) | 320.31º | 0.96% | 0.79% | - |
| XYZ | 28.63 | 14.39 | 24.56 | - |
| YUV | 80.89 | 159.11 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 136 | 0 | 0.96 | 0.32 | 0.21 | 320.31 | 0.91 | 0.41 |
| Hex | C9 | 9 | 88 | 0 | 60 | 20 | 15 | 140 | 5B | 29 |
| Octal | 311 | 11 | 210 | 0 | 140 | 40 | 25 | 500 | 133 | 51 |
| Binary | 11001001 | 1001 | 10001000 | 0 | 1100000 | 100000 | 10101 | 101000000 | 1011011 | 101001 |
Color Harmonies of #C90988
Complementary color
Monochromatic Colors of #C90988
Black with #C90988
Text Example
Text Example
White with #C90988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90988; }
p { color: rgb(201,9,136); }
H1.HeaderClassName
{
color: #C90988;
}
.AnyTagClassName
{
color: #C90988;
}
</style>
background-color css
<style>
a { background-color: #C90988; }
a { background-color: rgb(201,9,136); }
div.DivClassName
{
background-color: #C90988;
}
.BgClassName
{
background-color: #C90988;
}
</style>
border-color css
<style>
span { border-color: #C90988; }
span { border-color: rgb(201,9,136); }
td.TdClassName
{
border-color: #C90988;
}
.TagClassName
{
border-color: #C90988;
}
</style>