Shades of Medium Violet Red #C90577
Tints of Medium Violet Red #C90577
RGB
CMYK
RGB Variations
Color information
#C90577 (or 0xC90577) is known color: Medium Violet Red. HEX triplet: C9, 05 and 77. RGB value is (201,5,119). Sum of RGB (Red+Green+Blue) = 201+5+119=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C90577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90577 is #36FA88. Grayscale: #4C4C4C. Windows color (decimal): -3603081 or 7800265. OLE color: 7800265.
HSL color Cylindrical-coordinate representation of color #C90577: hue angle of 325.1º 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 #C90577 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.21 |
| HSL | 325.1º | 0.95% | 0.4% | - |
| HSV(B) | 325.1º | 0.98% | 0.79% | - |
| XYZ | 27.47 | 13.86 | 18.68 | - |
| YUV | 76.6 | 151.93 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 119 | 0 | 0.98 | 0.41 | 0.21 | 325.1 | 0.95 | 0.4 |
| Hex | C9 | 5 | 77 | 0 | 62 | 29 | 15 | 145 | 5F | 28 |
| Octal | 311 | 5 | 167 | 0 | 142 | 51 | 25 | 505 | 137 | 50 |
| Binary | 11001001 | 101 | 1110111 | 0 | 1100010 | 101001 | 10101 | 101000101 | 1011111 | 101000 |
Color Harmonies of #C90577
Complementary color
Monochromatic Colors of #C90577
Black with #C90577
Text Example
Text Example
White with #C90577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90577; }
p { color: rgb(201,5,119); }
H1.HeaderClassName
{
color: #C90577;
}
.AnyTagClassName
{
color: #C90577;
}
</style>
background-color css
<style>
a { background-color: #C90577; }
a { background-color: rgb(201,5,119); }
div.DivClassName
{
background-color: #C90577;
}
.BgClassName
{
background-color: #C90577;
}
</style>
border-color css
<style>
span { border-color: #C90577; }
span { border-color: rgb(201,5,119); }
td.TdClassName
{
border-color: #C90577;
}
.TagClassName
{
border-color: #C90577;
}
</style>