Shades of Medium Violet Red #C90584
Tints of Medium Violet Red #C90584
RGB
CMYK
RGB Variations
Color information
#C90584 (or 0xC90584) is known color: Medium Violet Red. HEX triplet: C9, 05 and 84. RGB value is (201,5,132). Sum of RGB (Red+Green+Blue) = 201+5+132=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C90584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90584 is #36FA7B. Grayscale: #4D4D4D. Windows color (decimal): -3603068 or 8652233. OLE color: 8652233.
HSL color Cylindrical-coordinate representation of color #C90584: hue angle of 321.12º 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 #C90584 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.21 |
| HSL | 321.12º | 0.95% | 0.4% | - |
| HSV(B) | 321.12º | 0.98% | 0.79% | - |
| XYZ | 28.31 | 14.19 | 23.08 | - |
| YUV | 78.08 | 158.43 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 132 | 0 | 0.98 | 0.34 | 0.21 | 321.12 | 0.95 | 0.4 |
| Hex | C9 | 5 | 84 | 0 | 62 | 22 | 15 | 141 | 5F | 28 |
| Octal | 311 | 5 | 204 | 0 | 142 | 42 | 25 | 501 | 137 | 50 |
| Binary | 11001001 | 101 | 10000100 | 0 | 1100010 | 100010 | 10101 | 101000001 | 1011111 | 101000 |
Color Harmonies of #C90584
Complementary color
Monochromatic Colors of #C90584
Black with #C90584
Text Example
Text Example
White with #C90584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90584; }
p { color: rgb(201,5,132); }
H1.HeaderClassName
{
color: #C90584;
}
.AnyTagClassName
{
color: #C90584;
}
</style>
background-color css
<style>
a { background-color: #C90584; }
a { background-color: rgb(201,5,132); }
div.DivClassName
{
background-color: #C90584;
}
.BgClassName
{
background-color: #C90584;
}
</style>
border-color css
<style>
span { border-color: #C90584; }
span { border-color: rgb(201,5,132); }
td.TdClassName
{
border-color: #C90584;
}
.TagClassName
{
border-color: #C90584;
}
</style>