Shades of Medium Violet Red #C90596
Tints of Medium Violet Red #C90596
RGB
CMYK
RGB Variations
Color information
#C90596 (or 0xC90596) is known color: Medium Violet Red. HEX triplet: C9, 05 and 96. RGB value is (201,5,150). Sum of RGB (Red+Green+Blue) = 201+5+150=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C90596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90596 is #36FA69. Grayscale: #4F4F4F. Windows color (decimal): -3603050 or 9831881. OLE color: 9831881.
HSL color Cylindrical-coordinate representation of color #C90596: hue angle of 315.61º degrees, saturation: 0.95, 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 #C90596 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 150 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.21 |
| HSL | 315.61º | 0.95% | 0.4% | - |
| HSV(B) | 315.61º | 0.98% | 0.79% | - |
| XYZ | 29.65 | 14.73 | 30.13 | - |
| YUV | 80.13 | 167.43 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 150 | 0 | 0.98 | 0.25 | 0.21 | 315.61 | 0.95 | 0.4 |
| Hex | C9 | 5 | 96 | 0 | 62 | 19 | 15 | 13C | 5F | 28 |
| Octal | 311 | 5 | 226 | 0 | 142 | 31 | 25 | 474 | 137 | 50 |
| Binary | 11001001 | 101 | 10010110 | 0 | 1100010 | 11001 | 10101 | 100111100 | 1011111 | 101000 |
Color Harmonies of #C90596
Complementary color
Monochromatic Colors of #C90596
Black with #C90596
Text Example
Text Example
White with #C90596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90596; }
p { color: rgb(201,5,150); }
H1.HeaderClassName
{
color: #C90596;
}
.AnyTagClassName
{
color: #C90596;
}
</style>
background-color css
<style>
a { background-color: #C90596; }
a { background-color: rgb(201,5,150); }
div.DivClassName
{
background-color: #C90596;
}
.BgClassName
{
background-color: #C90596;
}
</style>
border-color css
<style>
span { border-color: #C90596; }
span { border-color: rgb(201,5,150); }
td.TdClassName
{
border-color: #C90596;
}
.TagClassName
{
border-color: #C90596;
}
</style>