Shades of Medium Red Violet #C92E96
Tints of Medium Red Violet #C92E96
RGB
CMYK
RGB Variations
Color information
#C92E96 (or 0xC92E96) is known color: Medium Red Violet. HEX triplet: C9, 2E and 96. RGB value is (201,46,150). Sum of RGB (Red+Green+Blue) = 201+46+150=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92E96 is #36D169. Grayscale: #676767. Windows color (decimal): -3592554 or 9842377. OLE color: 9842377.
HSL color Cylindrical-coordinate representation of color #C92E96: hue angle of 319.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92E96 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 46 | 150 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.21 |
| HSL | 319.74º | 0.63% | 0.48% | - |
| HSV(B) | 319.74º | 0.77% | 0.79% | - |
| XYZ | 30.57 | 16.57 | 30.44 | - |
| YUV | 104.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 150 | 0 | 0.77 | 0.25 | 0.21 | 319.74 | 0.63 | 0.48 |
| Hex | C9 | 2E | 96 | 0 | 4D | 19 | 15 | 140 | 3F | 30 |
| Octal | 311 | 56 | 226 | 0 | 115 | 31 | 25 | 500 | 77 | 60 |
| Binary | 11001001 | 101110 | 10010110 | 0 | 1001101 | 11001 | 10101 | 101000000 | 111111 | 110000 |
Color Harmonies of #C92E96
Complementary color
Monochromatic Colors of #C92E96
Black with #C92E96
Text Example
Text Example
White with #C92E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92E96; }
p { color: rgb(201,46,150); }
H1.HeaderClassName
{
color: #C92E96;
}
.AnyTagClassName
{
color: #C92E96;
}
</style>
background-color css
<style>
a { background-color: #C92E96; }
a { background-color: rgb(201,46,150); }
div.DivClassName
{
background-color: #C92E96;
}
.BgClassName
{
background-color: #C92E96;
}
</style>
border-color css
<style>
span { border-color: #C92E96; }
span { border-color: rgb(201,46,150); }
td.TdClassName
{
border-color: #C92E96;
}
.TagClassName
{
border-color: #C92E96;
}
</style>