Shades of Medium Violet Red #C90296
Tints of Medium Violet Red #C90296
RGB
CMYK
RGB Variations
Color information
#C90296 (or 0xC90296) is known color: Medium Violet Red. HEX triplet: C9, 02 and 96. RGB value is (201,2,150). Sum of RGB (Red+Green+Blue) = 201+2+150=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C90296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90296 is #36FD69. Grayscale: #4D4D4D. Windows color (decimal): -3603818 or 9831113. OLE color: 9831113.
HSL color Cylindrical-coordinate representation of color #C90296: hue angle of 315.38º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90296 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.21 |
| HSL | 315.38º | 0.98% | 0.4% | - |
| HSV(B) | 315.38º | 0.99% | 0.79% | - |
| XYZ | 29.61 | 14.66 | 30.12 | - |
| YUV | 78.37 | 168.43 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 150 | 0 | 0.99 | 0.25 | 0.21 | 315.38 | 0.98 | 0.4 |
| Hex | C9 | 2 | 96 | 0 | 63 | 19 | 15 | 13B | 62 | 28 |
| Octal | 311 | 2 | 226 | 0 | 143 | 31 | 25 | 473 | 142 | 50 |
| Binary | 11001001 | 10 | 10010110 | 0 | 1100011 | 11001 | 10101 | 100111011 | 1100010 | 101000 |
Color Harmonies of #C90296
Complementary color
Monochromatic Colors of #C90296
Black with #C90296
Text Example
Text Example
White with #C90296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90296; }
p { color: rgb(201,2,150); }
H1.HeaderClassName
{
color: #C90296;
}
.AnyTagClassName
{
color: #C90296;
}
</style>
background-color css
<style>
a { background-color: #C90296; }
a { background-color: rgb(201,2,150); }
div.DivClassName
{
background-color: #C90296;
}
.BgClassName
{
background-color: #C90296;
}
</style>
border-color css
<style>
span { border-color: #C90296; }
span { border-color: rgb(201,2,150); }
td.TdClassName
{
border-color: #C90296;
}
.TagClassName
{
border-color: #C90296;
}
</style>