Shades of Medium Violet Red #C92092
Tints of Medium Violet Red #C92092
RGB
CMYK
RGB Variations
Color information
#C92092 (or 0xC92092) is known color: Medium Violet Red. HEX triplet: C9, 20 and 92. RGB value is (201,32,146). Sum of RGB (Red+Green+Blue) = 201+32+146=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C92092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92092 is #36DF6D. Grayscale: #5F5F5F. Windows color (decimal): -3596142 or 9576649. OLE color: 9576649.
HSL color Cylindrical-coordinate representation of color #C92092: hue angle of 319.53º 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 #C92092 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 146 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.21 |
| HSL | 319.53º | 0.73% | 0.46% | - |
| HSV(B) | 319.53º | 0.84% | 0.79% | - |
| XYZ | 29.79 | 15.53 | 28.62 | - |
| YUV | 95.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 146 | 0 | 0.84 | 0.27 | 0.21 | 319.53 | 0.73 | 0.46 |
| Hex | C9 | 20 | 92 | 0 | 54 | 1B | 15 | 140 | 49 | 2E |
| Octal | 311 | 40 | 222 | 0 | 124 | 33 | 25 | 500 | 111 | 56 |
| Binary | 11001001 | 100000 | 10010010 | 0 | 1010100 | 11011 | 10101 | 101000000 | 1001001 | 101110 |
Color Harmonies of #C92092
Complementary color
Monochromatic Colors of #C92092
Black with #C92092
Text Example
Text Example
White with #C92092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92092; }
p { color: rgb(201,32,146); }
H1.HeaderClassName
{
color: #C92092;
}
.AnyTagClassName
{
color: #C92092;
}
</style>
background-color css
<style>
a { background-color: #C92092; }
a { background-color: rgb(201,32,146); }
div.DivClassName
{
background-color: #C92092;
}
.BgClassName
{
background-color: #C92092;
}
</style>
border-color css
<style>
span { border-color: #C92092; }
span { border-color: rgb(201,32,146); }
td.TdClassName
{
border-color: #C92092;
}
.TagClassName
{
border-color: #C92092;
}
</style>