Shades of Medium Violet Red #C90771
Tints of Medium Violet Red #C90771
RGB
CMYK
RGB Variations
Color information
#C90771 (or 0xC90771) is known color: Medium Violet Red. HEX triplet: C9, 07 and 71. RGB value is (201,7,113). Sum of RGB (Red+Green+Blue) = 201+7+113=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C90771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90771 is #36F88E. Grayscale: #4C4C4C. Windows color (decimal): -3602575 or 7407561. OLE color: 7407561.
HSL color Cylindrical-coordinate representation of color #C90771: hue angle of 327.22º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90771 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 113 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.21 |
| HSL | 327.22º | 0.93% | 0.41% | - |
| HSV(B) | 327.22º | 0.97% | 0.79% | - |
| XYZ | 27.14 | 13.76 | 16.85 | - |
| YUV | 77.09 | 148.27 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 113 | 0 | 0.97 | 0.44 | 0.21 | 327.22 | 0.93 | 0.41 |
| Hex | C9 | 7 | 71 | 0 | 61 | 2C | 15 | 147 | 5D | 29 |
| Octal | 311 | 7 | 161 | 0 | 141 | 54 | 25 | 507 | 135 | 51 |
| Binary | 11001001 | 111 | 1110001 | 0 | 1100001 | 101100 | 10101 | 101000111 | 1011101 | 101001 |
Color Harmonies of #C90771
Complementary color
Monochromatic Colors of #C90771
Black with #C90771
Text Example
Text Example
White with #C90771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90771; }
p { color: rgb(201,7,113); }
H1.HeaderClassName
{
color: #C90771;
}
.AnyTagClassName
{
color: #C90771;
}
</style>
background-color css
<style>
a { background-color: #C90771; }
a { background-color: rgb(201,7,113); }
div.DivClassName
{
background-color: #C90771;
}
.BgClassName
{
background-color: #C90771;
}
</style>
border-color css
<style>
span { border-color: #C90771; }
span { border-color: rgb(201,7,113); }
td.TdClassName
{
border-color: #C90771;
}
.TagClassName
{
border-color: #C90771;
}
</style>