Shades of Medium Violet Red #C90787
Tints of Medium Violet Red #C90787
RGB
CMYK
RGB Variations
Color information
#C90787 (or 0xC90787) is known color: Medium Violet Red. HEX triplet: C9, 07 and 87. RGB value is (201,7,135). Sum of RGB (Red+Green+Blue) = 201+7+135=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C90787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90787 is #36F878. Grayscale: #4F4F4F. Windows color (decimal): -3602553 or 8849353. OLE color: 8849353.
HSL color Cylindrical-coordinate representation of color #C90787: hue angle of 320.41º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90787 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 135 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.21 |
| HSL | 320.41º | 0.93% | 0.41% | - |
| HSV(B) | 320.41º | 0.97% | 0.79% | - |
| XYZ | 28.54 | 14.32 | 24.18 | - |
| YUV | 79.6 | 159.27 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 135 | 0 | 0.97 | 0.33 | 0.21 | 320.41 | 0.93 | 0.41 |
| Hex | C9 | 7 | 87 | 0 | 61 | 21 | 15 | 140 | 5D | 29 |
| Octal | 311 | 7 | 207 | 0 | 141 | 41 | 25 | 500 | 135 | 51 |
| Binary | 11001001 | 111 | 10000111 | 0 | 1100001 | 100001 | 10101 | 101000000 | 1011101 | 101001 |
Color Harmonies of #C90787
Complementary color
Monochromatic Colors of #C90787
Black with #C90787
Text Example
Text Example
White with #C90787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90787; }
p { color: rgb(201,7,135); }
H1.HeaderClassName
{
color: #C90787;
}
.AnyTagClassName
{
color: #C90787;
}
</style>
background-color css
<style>
a { background-color: #C90787; }
a { background-color: rgb(201,7,135); }
div.DivClassName
{
background-color: #C90787;
}
.BgClassName
{
background-color: #C90787;
}
</style>
border-color css
<style>
span { border-color: #C90787; }
span { border-color: rgb(201,7,135); }
td.TdClassName
{
border-color: #C90787;
}
.TagClassName
{
border-color: #C90787;
}
</style>