Shades of Medium Violet Red #C92392
Tints of Medium Violet Red #C92392
RGB
CMYK
RGB Variations
Color information
#C92392 (or 0xC92392) is known color: Medium Violet Red. HEX triplet: C9, 23 and 92. RGB value is (201,35,146). Sum of RGB (Red+Green+Blue) = 201+35+146=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C92392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92392 is #36DC6D. Grayscale: #616161. Windows color (decimal): -3595374 or 9577417. OLE color: 9577417.
HSL color Cylindrical-coordinate representation of color #C92392: hue angle of 319.88º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92392 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 146 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.21 |
| HSL | 319.88º | 0.7% | 0.46% | - |
| HSV(B) | 319.88º | 0.83% | 0.79% | - |
| XYZ | 29.88 | 15.69 | 28.65 | - |
| YUV | 97.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 146 | 0 | 0.83 | 0.27 | 0.21 | 319.88 | 0.7 | 0.46 |
| Hex | C9 | 23 | 92 | 0 | 53 | 1B | 15 | 140 | 46 | 2E |
| Octal | 311 | 43 | 222 | 0 | 123 | 33 | 25 | 500 | 106 | 56 |
| Binary | 11001001 | 100011 | 10010010 | 0 | 1010011 | 11011 | 10101 | 101000000 | 1000110 | 101110 |
Color Harmonies of #C92392
Complementary color
Monochromatic Colors of #C92392
Black with #C92392
Text Example
Text Example
White with #C92392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92392; }
p { color: rgb(201,35,146); }
H1.HeaderClassName
{
color: #C92392;
}
.AnyTagClassName
{
color: #C92392;
}
</style>
background-color css
<style>
a { background-color: #C92392; }
a { background-color: rgb(201,35,146); }
div.DivClassName
{
background-color: #C92392;
}
.BgClassName
{
background-color: #C92392;
}
</style>
border-color css
<style>
span { border-color: #C92392; }
span { border-color: rgb(201,35,146); }
td.TdClassName
{
border-color: #C92392;
}
.TagClassName
{
border-color: #C92392;
}
</style>