Shades of Medium Violet Red #C90589
Tints of Medium Violet Red #C90589
RGB
CMYK
RGB Variations
Color information
#C90589 (or 0xC90589) is known color: Medium Violet Red. HEX triplet: C9, 05 and 89. RGB value is (201,5,137). Sum of RGB (Red+Green+Blue) = 201+5+137=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C90589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90589 is #36FA76. Grayscale: #4E4E4E. Windows color (decimal): -3603063 or 8979913. OLE color: 8979913.
HSL color Cylindrical-coordinate representation of color #C90589: hue angle of 319.59º 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 #C90589 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 137 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.21 |
| HSL | 319.59º | 0.95% | 0.4% | - |
| HSV(B) | 319.59º | 0.98% | 0.79% | - |
| XYZ | 28.66 | 14.33 | 24.92 | - |
| YUV | 78.65 | 160.93 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 137 | 0 | 0.98 | 0.32 | 0.21 | 319.59 | 0.95 | 0.4 |
| Hex | C9 | 5 | 89 | 0 | 62 | 20 | 15 | 140 | 5F | 28 |
| Octal | 311 | 5 | 211 | 0 | 142 | 40 | 25 | 500 | 137 | 50 |
| Binary | 11001001 | 101 | 10001001 | 0 | 1100010 | 100000 | 10101 | 101000000 | 1011111 | 101000 |
Color Harmonies of #C90589
Complementary color
Monochromatic Colors of #C90589
Black with #C90589
Text Example
Text Example
White with #C90589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90589; }
p { color: rgb(201,5,137); }
H1.HeaderClassName
{
color: #C90589;
}
.AnyTagClassName
{
color: #C90589;
}
</style>
background-color css
<style>
a { background-color: #C90589; }
a { background-color: rgb(201,5,137); }
div.DivClassName
{
background-color: #C90589;
}
.BgClassName
{
background-color: #C90589;
}
</style>
border-color css
<style>
span { border-color: #C90589; }
span { border-color: rgb(201,5,137); }
td.TdClassName
{
border-color: #C90589;
}
.TagClassName
{
border-color: #C90589;
}
</style>