Shades of Medium Violet Red #C90473
Tints of Medium Violet Red #C90473
RGB
CMYK
RGB Variations
Color information
#C90473 (or 0xC90473) is known color: Medium Violet Red. HEX triplet: C9, 04 and 73. RGB value is (201,4,115). Sum of RGB (Red+Green+Blue) = 201+4+115=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C90473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90473 is #36FB8C. Grayscale: #4B4B4B. Windows color (decimal): -3603341 or 7537865. OLE color: 7537865.
HSL color Cylindrical-coordinate representation of color #C90473: hue angle of 326.19º 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 #C90473 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.21 |
| HSL | 326.19º | 0.96% | 0.4% | - |
| HSV(B) | 326.19º | 0.98% | 0.79% | - |
| XYZ | 27.23 | 13.74 | 17.44 | - |
| YUV | 75.56 | 150.27 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 115 | 0 | 0.98 | 0.43 | 0.21 | 326.19 | 0.96 | 0.4 |
| Hex | C9 | 4 | 73 | 0 | 62 | 2B | 15 | 146 | 60 | 28 |
| Octal | 311 | 4 | 163 | 0 | 142 | 53 | 25 | 506 | 140 | 50 |
| Binary | 11001001 | 100 | 1110011 | 0 | 1100010 | 101011 | 10101 | 101000110 | 1100000 | 101000 |
Color Harmonies of #C90473
Complementary color
Monochromatic Colors of #C90473
Black with #C90473
Text Example
Text Example
White with #C90473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90473; }
p { color: rgb(201,4,115); }
H1.HeaderClassName
{
color: #C90473;
}
.AnyTagClassName
{
color: #C90473;
}
</style>
background-color css
<style>
a { background-color: #C90473; }
a { background-color: rgb(201,4,115); }
div.DivClassName
{
background-color: #C90473;
}
.BgClassName
{
background-color: #C90473;
}
</style>
border-color css
<style>
span { border-color: #C90473; }
span { border-color: rgb(201,4,115); }
td.TdClassName
{
border-color: #C90473;
}
.TagClassName
{
border-color: #C90473;
}
</style>