Shades of Medium Violet Red #C90579
Tints of Medium Violet Red #C90579
RGB
CMYK
RGB Variations
Color information
#C90579 (or 0xC90579) is known color: Medium Violet Red. HEX triplet: C9, 05 and 79. RGB value is (201,5,121). Sum of RGB (Red+Green+Blue) = 201+5+121=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C90579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90579 is #36FA86. Grayscale: #4C4C4C. Windows color (decimal): -3603079 or 7931337. OLE color: 7931337.
HSL color Cylindrical-coordinate representation of color #C90579: hue angle of 324.49º 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 #C90579 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.21 |
| HSL | 324.49º | 0.95% | 0.4% | - |
| HSV(B) | 324.49º | 0.98% | 0.79% | - |
| XYZ | 27.59 | 13.91 | 19.32 | - |
| YUV | 76.83 | 152.93 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 121 | 0 | 0.98 | 0.40 | 0.21 | 324.49 | 0.95 | 0.4 |
| Hex | C9 | 5 | 79 | 0 | 62 | 28 | 15 | 144 | 5F | 28 |
| Octal | 311 | 5 | 171 | 0 | 142 | 50 | 25 | 504 | 137 | 50 |
| Binary | 11001001 | 101 | 1111001 | 0 | 1100010 | 101000 | 10101 | 101000100 | 1011111 | 101000 |
Color Harmonies of #C90579
Complementary color
Monochromatic Colors of #C90579
Black with #C90579
Text Example
Text Example
White with #C90579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90579; }
p { color: rgb(201,5,121); }
H1.HeaderClassName
{
color: #C90579;
}
.AnyTagClassName
{
color: #C90579;
}
</style>
background-color css
<style>
a { background-color: #C90579; }
a { background-color: rgb(201,5,121); }
div.DivClassName
{
background-color: #C90579;
}
.BgClassName
{
background-color: #C90579;
}
</style>
border-color css
<style>
span { border-color: #C90579; }
span { border-color: rgb(201,5,121); }
td.TdClassName
{
border-color: #C90579;
}
.TagClassName
{
border-color: #C90579;
}
</style>