Shades of Medium Violet Red #C90583
Tints of Medium Violet Red #C90583
RGB
CMYK
RGB Variations
Color information
#C90583 (or 0xC90583) is known color: Medium Violet Red. HEX triplet: C9, 05 and 83. RGB value is (201,5,131). Sum of RGB (Red+Green+Blue) = 201+5+131=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C90583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90583 is #36FA7C. Grayscale: #4D4D4D. Windows color (decimal): -3603069 or 8586697. OLE color: 8586697.
HSL color Cylindrical-coordinate representation of color #C90583: hue angle of 321.43º 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 #C90583 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.21 |
| HSL | 321.43º | 0.95% | 0.4% | - |
| HSV(B) | 321.43º | 0.98% | 0.79% | - |
| XYZ | 28.24 | 14.16 | 22.72 | - |
| YUV | 77.97 | 157.93 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 131 | 0 | 0.98 | 0.35 | 0.21 | 321.43 | 0.95 | 0.4 |
| Hex | C9 | 5 | 83 | 0 | 62 | 23 | 15 | 141 | 5F | 28 |
| Octal | 311 | 5 | 203 | 0 | 142 | 43 | 25 | 501 | 137 | 50 |
| Binary | 11001001 | 101 | 10000011 | 0 | 1100010 | 100011 | 10101 | 101000001 | 1011111 | 101000 |
Color Harmonies of #C90583
Complementary color
Monochromatic Colors of #C90583
Black with #C90583
Text Example
Text Example
White with #C90583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90583; }
p { color: rgb(201,5,131); }
H1.HeaderClassName
{
color: #C90583;
}
.AnyTagClassName
{
color: #C90583;
}
</style>
background-color css
<style>
a { background-color: #C90583; }
a { background-color: rgb(201,5,131); }
div.DivClassName
{
background-color: #C90583;
}
.BgClassName
{
background-color: #C90583;
}
</style>
border-color css
<style>
span { border-color: #C90583; }
span { border-color: rgb(201,5,131); }
td.TdClassName
{
border-color: #C90583;
}
.TagClassName
{
border-color: #C90583;
}
</style>