Shades of Medium Violet Red #C90478
Tints of Medium Violet Red #C90478
RGB
CMYK
RGB Variations
Color information
#C90478 (or 0xC90478) is known color: Medium Violet Red. HEX triplet: C9, 04 and 78. RGB value is (201,4,120). Sum of RGB (Red+Green+Blue) = 201+4+120=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C90478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90478 is #36FB87. Grayscale: #4B4B4B. Windows color (decimal): -3603336 or 7865545. OLE color: 7865545.
HSL color Cylindrical-coordinate representation of color #C90478: hue angle of 324.67º degrees, saturation: 0.96, 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 #C90478 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.21 |
| HSL | 324.67º | 0.96% | 0.4% | - |
| HSV(B) | 324.67º | 0.98% | 0.79% | - |
| XYZ | 27.52 | 13.86 | 18.99 | - |
| YUV | 76.13 | 152.77 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 120 | 0 | 0.98 | 0.40 | 0.21 | 324.67 | 0.96 | 0.4 |
| Hex | C9 | 4 | 78 | 0 | 62 | 28 | 15 | 145 | 60 | 28 |
| Octal | 311 | 4 | 170 | 0 | 142 | 50 | 25 | 505 | 140 | 50 |
| Binary | 11001001 | 100 | 1111000 | 0 | 1100010 | 101000 | 10101 | 101000101 | 1100000 | 101000 |
Color Harmonies of #C90478
Complementary color
Monochromatic Colors of #C90478
Black with #C90478
Text Example
Text Example
White with #C90478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90478; }
p { color: rgb(201,4,120); }
H1.HeaderClassName
{
color: #C90478;
}
.AnyTagClassName
{
color: #C90478;
}
</style>
background-color css
<style>
a { background-color: #C90478; }
a { background-color: rgb(201,4,120); }
div.DivClassName
{
background-color: #C90478;
}
.BgClassName
{
background-color: #C90478;
}
</style>
border-color css
<style>
span { border-color: #C90478; }
span { border-color: rgb(201,4,120); }
td.TdClassName
{
border-color: #C90478;
}
.TagClassName
{
border-color: #C90478;
}
</style>