Shades of Medium Violet Red #C90496
Tints of Medium Violet Red #C90496
RGB
CMYK
RGB Variations
Color information
#C90496 (or 0xC90496) is known color: Medium Violet Red. HEX triplet: C9, 04 and 96. RGB value is (201,4,150). Sum of RGB (Red+Green+Blue) = 201+4+150=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C90496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90496 is #36FB69. Grayscale: #4F4F4F. Windows color (decimal): -3603306 or 9831625. OLE color: 9831625.
HSL color Cylindrical-coordinate representation of color #C90496: hue angle of 315.53º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90496 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 150 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.21 |
| HSL | 315.53º | 0.96% | 0.4% | - |
| HSV(B) | 315.53º | 0.98% | 0.79% | - |
| XYZ | 29.64 | 14.71 | 30.13 | - |
| YUV | 79.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 150 | 0 | 0.98 | 0.25 | 0.21 | 315.53 | 0.96 | 0.4 |
| Hex | C9 | 4 | 96 | 0 | 62 | 19 | 15 | 13C | 60 | 28 |
| Octal | 311 | 4 | 226 | 0 | 142 | 31 | 25 | 474 | 140 | 50 |
| Binary | 11001001 | 100 | 10010110 | 0 | 1100010 | 11001 | 10101 | 100111100 | 1100000 | 101000 |
Color Harmonies of #C90496
Complementary color
Monochromatic Colors of #C90496
Black with #C90496
Text Example
Text Example
White with #C90496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90496; }
p { color: rgb(201,4,150); }
H1.HeaderClassName
{
color: #C90496;
}
.AnyTagClassName
{
color: #C90496;
}
</style>
background-color css
<style>
a { background-color: #C90496; }
a { background-color: rgb(201,4,150); }
div.DivClassName
{
background-color: #C90496;
}
.BgClassName
{
background-color: #C90496;
}
</style>
border-color css
<style>
span { border-color: #C90496; }
span { border-color: rgb(201,4,150); }
td.TdClassName
{
border-color: #C90496;
}
.TagClassName
{
border-color: #C90496;
}
</style>