Shades of Medium Violet Red #C90578
Tints of Medium Violet Red #C90578
RGB
CMYK
RGB Variations
Color information
#C90578 (or 0xC90578) is known color: Medium Violet Red. HEX triplet: C9, 05 and 78. RGB value is (201,5,120). Sum of RGB (Red+Green+Blue) = 201+5+120=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C90578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90578 is #36FA87. Grayscale: #4C4C4C. Windows color (decimal): -3603080 or 7865801. OLE color: 7865801.
HSL color Cylindrical-coordinate representation of color #C90578: hue angle of 324.8º 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 #C90578 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 120 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.21 |
| HSL | 324.8º | 0.95% | 0.4% | - |
| HSV(B) | 324.8º | 0.98% | 0.79% | - |
| XYZ | 27.53 | 13.88 | 19 | - |
| YUV | 76.71 | 152.43 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 120 | 0 | 0.98 | 0.40 | 0.21 | 324.8 | 0.95 | 0.4 |
| Hex | C9 | 5 | 78 | 0 | 62 | 28 | 15 | 145 | 5F | 28 |
| Octal | 311 | 5 | 170 | 0 | 142 | 50 | 25 | 505 | 137 | 50 |
| Binary | 11001001 | 101 | 1111000 | 0 | 1100010 | 101000 | 10101 | 101000101 | 1011111 | 101000 |
Color Harmonies of #C90578
Complementary color
Monochromatic Colors of #C90578
Black with #C90578
Text Example
Text Example
White with #C90578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90578; }
p { color: rgb(201,5,120); }
H1.HeaderClassName
{
color: #C90578;
}
.AnyTagClassName
{
color: #C90578;
}
</style>
background-color css
<style>
a { background-color: #C90578; }
a { background-color: rgb(201,5,120); }
div.DivClassName
{
background-color: #C90578;
}
.BgClassName
{
background-color: #C90578;
}
</style>
border-color css
<style>
span { border-color: #C90578; }
span { border-color: rgb(201,5,120); }
td.TdClassName
{
border-color: #C90578;
}
.TagClassName
{
border-color: #C90578;
}
</style>