Shades of Medium Violet Red #C90073
Tints of Medium Violet Red #C90073
RGB
CMYK
RGB Variations
Color information
#C90073 (or 0xC90073) is known color: Medium Violet Red. HEX triplet: C9, 00 and 73. RGB value is (201,0,115). Sum of RGB (Red+Green+Blue) = 201+0+115=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C90073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90073 is #36FF8C. Grayscale: #484848. Windows color (decimal): -3604365 or 7536841. OLE color: 7536841.
HSL color Cylindrical-coordinate representation of color #C90073: hue angle of 325.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90073 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.43 | 0.21 |
| HSL | 325.67º | 1% | 0.39% | - |
| HSV(B) | 325.67º | 1% | 0.79% | - |
| XYZ | 27.18 | 13.66 | 17.42 | - |
| YUV | 73.21 | 151.59 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 115 | 0 | 1 | 0.43 | 0.21 | 325.67 | 1 | 0.39 |
| Hex | C9 | 0 | 73 | 0 | 64 | 2B | 15 | 146 | 64 | 27 |
| Octal | 311 | 0 | 163 | 0 | 144 | 53 | 25 | 506 | 144 | 47 |
| Binary | 11001001 | 0 | 1110011 | 0 | 1100100 | 101011 | 10101 | 101000110 | 1100100 | 100111 |
Color Harmonies of #C90073
Complementary color
Monochromatic Colors of #C90073
Black with #C90073
Text Example
Text Example
White with #C90073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90073; }
p { color: rgb(201,0,115); }
H1.HeaderClassName
{
color: #C90073;
}
.AnyTagClassName
{
color: #C90073;
}
</style>
background-color css
<style>
a { background-color: #C90073; }
a { background-color: rgb(201,0,115); }
div.DivClassName
{
background-color: #C90073;
}
.BgClassName
{
background-color: #C90073;
}
</style>
border-color css
<style>
span { border-color: #C90073; }
span { border-color: rgb(201,0,115); }
td.TdClassName
{
border-color: #C90073;
}
.TagClassName
{
border-color: #C90073;
}
</style>