Shades of Medium Violet Red #C90587
Tints of Medium Violet Red #C90587
RGB
CMYK
RGB Variations
Color information
#C90587 (or 0xC90587) is known color: Medium Violet Red. HEX triplet: C9, 05 and 87. RGB value is (201,5,135). Sum of RGB (Red+Green+Blue) = 201+5+135=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C90587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90587 is #36FA78. Grayscale: #4E4E4E. Windows color (decimal): -3603065 or 8848841. OLE color: 8848841.
HSL color Cylindrical-coordinate representation of color #C90587: hue angle of 320.2º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90587 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 135 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.21 |
| HSL | 320.2º | 0.95% | 0.4% | - |
| HSV(B) | 320.2º | 0.98% | 0.79% | - |
| XYZ | 28.51 | 14.28 | 24.17 | - |
| YUV | 78.42 | 159.93 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 135 | 0 | 0.98 | 0.33 | 0.21 | 320.2 | 0.95 | 0.4 |
| Hex | C9 | 5 | 87 | 0 | 62 | 21 | 15 | 140 | 5F | 28 |
| Octal | 311 | 5 | 207 | 0 | 142 | 41 | 25 | 500 | 137 | 50 |
| Binary | 11001001 | 101 | 10000111 | 0 | 1100010 | 100001 | 10101 | 101000000 | 1011111 | 101000 |
Color Harmonies of #C90587
Complementary color
Monochromatic Colors of #C90587
Black with #C90587
Text Example
Text Example
White with #C90587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90587; }
p { color: rgb(201,5,135); }
H1.HeaderClassName
{
color: #C90587;
}
.AnyTagClassName
{
color: #C90587;
}
</style>
background-color css
<style>
a { background-color: #C90587; }
a { background-color: rgb(201,5,135); }
div.DivClassName
{
background-color: #C90587;
}
.BgClassName
{
background-color: #C90587;
}
</style>
border-color css
<style>
span { border-color: #C90587; }
span { border-color: rgb(201,5,135); }
td.TdClassName
{
border-color: #C90587;
}
.TagClassName
{
border-color: #C90587;
}
</style>