Shades of Medium Violet Red #C92096
Tints of Medium Violet Red #C92096
RGB
CMYK
RGB Variations
Color information
#C92096 (or 0xC92096) is known color: Medium Violet Red. HEX triplet: C9, 20 and 96. RGB value is (201,32,150). Sum of RGB (Red+Green+Blue) = 201+32+150=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C92096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92096 is #36DF69. Grayscale: #5F5F5F. Windows color (decimal): -3596138 or 9838793. OLE color: 9838793.
HSL color Cylindrical-coordinate representation of color #C92096: hue angle of 318.11º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92096 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 150 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.21 |
| HSL | 318.11º | 0.73% | 0.46% | - |
| HSV(B) | 318.11º | 0.84% | 0.79% | - |
| XYZ | 30.11 | 15.65 | 30.29 | - |
| YUV | 95.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 150 | 0 | 0.84 | 0.25 | 0.21 | 318.11 | 0.73 | 0.46 |
| Hex | C9 | 20 | 96 | 0 | 54 | 19 | 15 | 13E | 49 | 2E |
| Octal | 311 | 40 | 226 | 0 | 124 | 31 | 25 | 476 | 111 | 56 |
| Binary | 11001001 | 100000 | 10010110 | 0 | 1010100 | 11001 | 10101 | 100111110 | 1001001 | 101110 |
Color Harmonies of #C92096
Complementary color
Monochromatic Colors of #C92096
Black with #C92096
Text Example
Text Example
White with #C92096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92096; }
p { color: rgb(201,32,150); }
H1.HeaderClassName
{
color: #C92096;
}
.AnyTagClassName
{
color: #C92096;
}
</style>
background-color css
<style>
a { background-color: #C92096; }
a { background-color: rgb(201,32,150); }
div.DivClassName
{
background-color: #C92096;
}
.BgClassName
{
background-color: #C92096;
}
</style>
border-color css
<style>
span { border-color: #C92096; }
span { border-color: rgb(201,32,150); }
td.TdClassName
{
border-color: #C92096;
}
.TagClassName
{
border-color: #C92096;
}
</style>