Shades of Medium Violet Red #C90795
Tints of Medium Violet Red #C90795
RGB
CMYK
RGB Variations
Color information
#C90795 (or 0xC90795) is known color: Medium Violet Red. HEX triplet: C9, 07 and 95. RGB value is (201,7,149). Sum of RGB (Red+Green+Blue) = 201+7+149=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C90795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90795 is #36F86A. Grayscale: #505050. Windows color (decimal): -3602539 or 9766857. OLE color: 9766857.
HSL color Cylindrical-coordinate representation of color #C90795: hue angle of 316.08º 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 #C90795 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 149 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.21 |
| HSL | 316.08º | 0.93% | 0.41% | - |
| HSV(B) | 316.08º | 0.97% | 0.79% | - |
| XYZ | 29.59 | 14.74 | 29.72 | - |
| YUV | 81.19 | 166.27 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 149 | 0 | 0.97 | 0.26 | 0.21 | 316.08 | 0.93 | 0.41 |
| Hex | C9 | 7 | 95 | 0 | 61 | 1A | 15 | 13C | 5D | 29 |
| Octal | 311 | 7 | 225 | 0 | 141 | 32 | 25 | 474 | 135 | 51 |
| Binary | 11001001 | 111 | 10010101 | 0 | 1100001 | 11010 | 10101 | 100111100 | 1011101 | 101001 |
Color Harmonies of #C90795
Complementary color
Monochromatic Colors of #C90795
Black with #C90795
Text Example
Text Example
White with #C90795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90795; }
p { color: rgb(201,7,149); }
H1.HeaderClassName
{
color: #C90795;
}
.AnyTagClassName
{
color: #C90795;
}
</style>
background-color css
<style>
a { background-color: #C90795; }
a { background-color: rgb(201,7,149); }
div.DivClassName
{
background-color: #C90795;
}
.BgClassName
{
background-color: #C90795;
}
</style>
border-color css
<style>
span { border-color: #C90795; }
span { border-color: rgb(201,7,149); }
td.TdClassName
{
border-color: #C90795;
}
.TagClassName
{
border-color: #C90795;
}
</style>