Shades of Medium Violet Red #C90087
Tints of Medium Violet Red #C90087
RGB
CMYK
RGB Variations
Color information
#C90087 (or 0xC90087) is known color: Medium Violet Red. HEX triplet: C9, 00 and 87. RGB value is (201,0,135). Sum of RGB (Red+Green+Blue) = 201+0+135=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C90087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90087 is #36FF78. Grayscale: #4B4B4B. Windows color (decimal): -3604345 or 8847561. OLE color: 8847561.
HSL color Cylindrical-coordinate representation of color #C90087: hue angle of 319.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90087 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.33 | 0.21 |
| HSL | 319.7º | 1% | 0.39% | - |
| HSV(B) | 319.7º | 1% | 0.79% | - |
| XYZ | 28.46 | 14.17 | 24.16 | - |
| YUV | 75.49 | 161.59 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 135 | 0 | 1 | 0.33 | 0.21 | 319.7 | 1 | 0.39 |
| Hex | C9 | 0 | 87 | 0 | 64 | 21 | 15 | 140 | 64 | 27 |
| Octal | 311 | 0 | 207 | 0 | 144 | 41 | 25 | 500 | 144 | 47 |
| Binary | 11001001 | 0 | 10000111 | 0 | 1100100 | 100001 | 10101 | 101000000 | 1100100 | 100111 |
Color Harmonies of #C90087
Complementary color
Monochromatic Colors of #C90087
Black with #C90087
Text Example
Text Example
White with #C90087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90087; }
p { color: rgb(201,0,135); }
H1.HeaderClassName
{
color: #C90087;
}
.AnyTagClassName
{
color: #C90087;
}
</style>
background-color css
<style>
a { background-color: #C90087; }
a { background-color: rgb(201,0,135); }
div.DivClassName
{
background-color: #C90087;
}
.BgClassName
{
background-color: #C90087;
}
</style>
border-color css
<style>
span { border-color: #C90087; }
span { border-color: rgb(201,0,135); }
td.TdClassName
{
border-color: #C90087;
}
.TagClassName
{
border-color: #C90087;
}
</style>