Shades of Medium Violet Red #C92293
Tints of Medium Violet Red #C92293
RGB
CMYK
RGB Variations
Color information
#C92293 (or 0xC92293) is known color: Medium Violet Red. HEX triplet: C9, 22 and 93. RGB value is (201,34,147). Sum of RGB (Red+Green+Blue) = 201+34+147=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C92293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92293 is #36DD6C. Grayscale: #606060. Windows color (decimal): -3595629 or 9642697. OLE color: 9642697.
HSL color Cylindrical-coordinate representation of color #C92293: hue angle of 319.4º 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 #C92293 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 147 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.21 |
| HSL | 319.4º | 0.71% | 0.46% | - |
| HSV(B) | 319.4º | 0.83% | 0.79% | - |
| XYZ | 29.93 | 15.67 | 29.05 | - |
| YUV | 96.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 147 | 0 | 0.83 | 0.27 | 0.21 | 319.4 | 0.71 | 0.46 |
| Hex | C9 | 22 | 93 | 0 | 53 | 1B | 15 | 13F | 47 | 2E |
| Octal | 311 | 42 | 223 | 0 | 123 | 33 | 25 | 477 | 107 | 56 |
| Binary | 11001001 | 100010 | 10010011 | 0 | 1010011 | 11011 | 10101 | 100111111 | 1000111 | 101110 |
Color Harmonies of #C92293
Complementary color
Monochromatic Colors of #C92293
Black with #C92293
Text Example
Text Example
White with #C92293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92293; }
p { color: rgb(201,34,147); }
H1.HeaderClassName
{
color: #C92293;
}
.AnyTagClassName
{
color: #C92293;
}
</style>
background-color css
<style>
a { background-color: #C92293; }
a { background-color: rgb(201,34,147); }
div.DivClassName
{
background-color: #C92293;
}
.BgClassName
{
background-color: #C92293;
}
</style>
border-color css
<style>
span { border-color: #C92293; }
span { border-color: rgb(201,34,147); }
td.TdClassName
{
border-color: #C92293;
}
.TagClassName
{
border-color: #C92293;
}
</style>