Shades of Medium Violet Red #C92292
Tints of Medium Violet Red #C92292
RGB
CMYK
RGB Variations
Color information
#C92292 (or 0xC92292) is known color: Medium Violet Red. HEX triplet: C9, 22 and 92. RGB value is (201,34,146). Sum of RGB (Red+Green+Blue) = 201+34+146=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C92292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92292 is #36DD6D. Grayscale: #606060. Windows color (decimal): -3595630 or 9577161. OLE color: 9577161.
HSL color Cylindrical-coordinate representation of color #C92292: hue angle of 319.76º degrees, saturation: 0.71, 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 #C92292 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 146 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.21 |
| HSL | 319.76º | 0.71% | 0.46% | - |
| HSV(B) | 319.76º | 0.83% | 0.79% | - |
| XYZ | 29.85 | 15.64 | 28.64 | - |
| YUV | 96.7 | 155.83 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 146 | 0 | 0.83 | 0.27 | 0.21 | 319.76 | 0.71 | 0.46 |
| Hex | C9 | 22 | 92 | 0 | 53 | 1B | 15 | 140 | 47 | 2E |
| Octal | 311 | 42 | 222 | 0 | 123 | 33 | 25 | 500 | 107 | 56 |
| Binary | 11001001 | 100010 | 10010010 | 0 | 1010011 | 11011 | 10101 | 101000000 | 1000111 | 101110 |
Color Harmonies of #C92292
Complementary color
Monochromatic Colors of #C92292
Black with #C92292
Text Example
Text Example
White with #C92292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92292; }
p { color: rgb(201,34,146); }
H1.HeaderClassName
{
color: #C92292;
}
.AnyTagClassName
{
color: #C92292;
}
</style>
background-color css
<style>
a { background-color: #C92292; }
a { background-color: rgb(201,34,146); }
div.DivClassName
{
background-color: #C92292;
}
.BgClassName
{
background-color: #C92292;
}
</style>
border-color css
<style>
span { border-color: #C92292; }
span { border-color: rgb(201,34,146); }
td.TdClassName
{
border-color: #C92292;
}
.TagClassName
{
border-color: #C92292;
}
</style>