Shades of Medium Violet Red #C90896
Tints of Medium Violet Red #C90896
RGB
CMYK
RGB Variations
Color information
#C90896 (or 0xC90896) is known color: Medium Violet Red. HEX triplet: C9, 08 and 96. RGB value is (201,8,150). Sum of RGB (Red+Green+Blue) = 201+8+150=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C90896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90896 is #36F769. Grayscale: #515151. Windows color (decimal): -3602282 or 9832649. OLE color: 9832649.
HSL color Cylindrical-coordinate representation of color #C90896: hue angle of 315.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90896 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.21 |
| HSL | 315.85º | 0.92% | 0.41% | - |
| HSV(B) | 315.85º | 0.96% | 0.79% | - |
| XYZ | 29.68 | 14.79 | 30.15 | - |
| YUV | 81.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 150 | 0 | 0.96 | 0.25 | 0.21 | 315.85 | 0.92 | 0.41 |
| Hex | C9 | 8 | 96 | 0 | 60 | 19 | 15 | 13C | 5C | 29 |
| Octal | 311 | 10 | 226 | 0 | 140 | 31 | 25 | 474 | 134 | 51 |
| Binary | 11001001 | 1000 | 10010110 | 0 | 1100000 | 11001 | 10101 | 100111100 | 1011100 | 101001 |
Color Harmonies of #C90896
Complementary color
Monochromatic Colors of #C90896
Black with #C90896
Text Example
Text Example
White with #C90896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90896; }
p { color: rgb(201,8,150); }
H1.HeaderClassName
{
color: #C90896;
}
.AnyTagClassName
{
color: #C90896;
}
</style>
background-color css
<style>
a { background-color: #C90896; }
a { background-color: rgb(201,8,150); }
div.DivClassName
{
background-color: #C90896;
}
.BgClassName
{
background-color: #C90896;
}
</style>
border-color css
<style>
span { border-color: #C90896; }
span { border-color: rgb(201,8,150); }
td.TdClassName
{
border-color: #C90896;
}
.TagClassName
{
border-color: #C90896;
}
</style>