Shades of Medium Violet Red #C90987
Tints of Medium Violet Red #C90987
RGB
CMYK
RGB Variations
Color information
#C90987 (or 0xC90987) is known color: Medium Violet Red. HEX triplet: C9, 09 and 87. RGB value is (201,9,135). Sum of RGB (Red+Green+Blue) = 201+9+135=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C90987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90987 is #36F678. Grayscale: #505050. Windows color (decimal): -3602041 or 8849865. OLE color: 8849865.
HSL color Cylindrical-coordinate representation of color #C90987: hue angle of 320.62º 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 #C90987 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 135 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.21 |
| HSL | 320.63º | 0.91% | 0.41% | - |
| HSV(B) | 320.63º | 0.96% | 0.79% | - |
| XYZ | 28.56 | 14.36 | 24.19 | - |
| YUV | 80.77 | 158.61 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 135 | 0 | 0.96 | 0.33 | 0.21 | 320.63 | 0.91 | 0.41 |
| Hex | C9 | 9 | 87 | 0 | 60 | 21 | 15 | 141 | 5B | 29 |
| Octal | 311 | 11 | 207 | 0 | 140 | 41 | 25 | 501 | 133 | 51 |
| Binary | 11001001 | 1001 | 10000111 | 0 | 1100000 | 100001 | 10101 | 101000001 | 1011011 | 101001 |
Color Harmonies of #C90987
Complementary color
Monochromatic Colors of #C90987
Black with #C90987
Text Example
Text Example
White with #C90987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90987; }
p { color: rgb(201,9,135); }
H1.HeaderClassName
{
color: #C90987;
}
.AnyTagClassName
{
color: #C90987;
}
</style>
background-color css
<style>
a { background-color: #C90987; }
a { background-color: rgb(201,9,135); }
div.DivClassName
{
background-color: #C90987;
}
.BgClassName
{
background-color: #C90987;
}
</style>
border-color css
<style>
span { border-color: #C90987; }
span { border-color: rgb(201,9,135); }
td.TdClassName
{
border-color: #C90987;
}
.TagClassName
{
border-color: #C90987;
}
</style>