Shades of Medium Violet Red #C90387
Tints of Medium Violet Red #C90387
RGB
CMYK
RGB Variations
Color information
#C90387 (or 0xC90387) is known color: Medium Violet Red. HEX triplet: C9, 03 and 87. RGB value is (201,3,135). Sum of RGB (Red+Green+Blue) = 201+3+135=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C90387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90387 is #36FC78. Grayscale: #4C4C4C. Windows color (decimal): -3603577 or 8848329. OLE color: 8848329.
HSL color Cylindrical-coordinate representation of color #C90387: hue angle of 320º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90387 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 135 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.21 |
| HSL | 320º | 0.97% | 0.4% | - |
| HSV(B) | 320º | 0.99% | 0.79% | - |
| XYZ | 28.49 | 14.23 | 24.17 | - |
| YUV | 77.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 135 | 0 | 0.99 | 0.33 | 0.21 | 320 | 0.97 | 0.4 |
| Hex | C9 | 3 | 87 | 0 | 63 | 21 | 15 | 140 | 61 | 28 |
| Octal | 311 | 3 | 207 | 0 | 143 | 41 | 25 | 500 | 141 | 50 |
| Binary | 11001001 | 11 | 10000111 | 0 | 1100011 | 100001 | 10101 | 101000000 | 1100001 | 101000 |
Color Harmonies of #C90387
Complementary color
Monochromatic Colors of #C90387
Black with #C90387
Text Example
Text Example
White with #C90387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90387; }
p { color: rgb(201,3,135); }
H1.HeaderClassName
{
color: #C90387;
}
.AnyTagClassName
{
color: #C90387;
}
</style>
background-color css
<style>
a { background-color: #C90387; }
a { background-color: rgb(201,3,135); }
div.DivClassName
{
background-color: #C90387;
}
.BgClassName
{
background-color: #C90387;
}
</style>
border-color css
<style>
span { border-color: #C90387; }
span { border-color: rgb(201,3,135); }
td.TdClassName
{
border-color: #C90387;
}
.TagClassName
{
border-color: #C90387;
}
</style>