Shades of Medium Violet Red #C90696
Tints of Medium Violet Red #C90696
RGB
CMYK
RGB Variations
Color information
#C90696 (or 0xC90696) is known color: Medium Violet Red. HEX triplet: C9, 06 and 96. RGB value is (201,6,150). Sum of RGB (Red+Green+Blue) = 201+6+150=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C90696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90696 is #36F969. Grayscale: #505050. Windows color (decimal): -3602794 or 9832137. OLE color: 9832137.
HSL color Cylindrical-coordinate representation of color #C90696: hue angle of 315.69º degrees, saturation: 0.94, 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 #C90696 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 150 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.21 |
| HSL | 315.69º | 0.94% | 0.41% | - |
| HSV(B) | 315.69º | 0.97% | 0.79% | - |
| XYZ | 29.66 | 14.75 | 30.14 | - |
| YUV | 80.72 | 167.1 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 150 | 0 | 0.97 | 0.25 | 0.21 | 315.69 | 0.94 | 0.41 |
| Hex | C9 | 6 | 96 | 0 | 61 | 19 | 15 | 13C | 5E | 29 |
| Octal | 311 | 6 | 226 | 0 | 141 | 31 | 25 | 474 | 136 | 51 |
| Binary | 11001001 | 110 | 10010110 | 0 | 1100001 | 11001 | 10101 | 100111100 | 1011110 | 101001 |
Color Harmonies of #C90696
Complementary color
Monochromatic Colors of #C90696
Black with #C90696
Text Example
Text Example
White with #C90696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90696; }
p { color: rgb(201,6,150); }
H1.HeaderClassName
{
color: #C90696;
}
.AnyTagClassName
{
color: #C90696;
}
</style>
background-color css
<style>
a { background-color: #C90696; }
a { background-color: rgb(201,6,150); }
div.DivClassName
{
background-color: #C90696;
}
.BgClassName
{
background-color: #C90696;
}
</style>
border-color css
<style>
span { border-color: #C90696; }
span { border-color: rgb(201,6,150); }
td.TdClassName
{
border-color: #C90696;
}
.TagClassName
{
border-color: #C90696;
}
</style>