Shades of Medium Violet Red #C92291
Tints of Medium Violet Red #C92291
RGB
CMYK
RGB Variations
Color information
#C92291 (or 0xC92291) is known color: Medium Violet Red. HEX triplet: C9, 22 and 91. RGB value is (201,34,145). Sum of RGB (Red+Green+Blue) = 201+34+145=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C92291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92291 is #36DD6E. Grayscale: #606060. Windows color (decimal): -3595631 or 9511625. OLE color: 9511625.
HSL color Cylindrical-coordinate representation of color #C92291: hue angle of 320.12º 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 #C92291 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 145 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.21 |
| HSL | 320.12º | 0.71% | 0.46% | - |
| HSV(B) | 320.12º | 0.83% | 0.79% | - |
| XYZ | 29.77 | 15.61 | 28.23 | - |
| YUV | 96.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 145 | 0 | 0.83 | 0.28 | 0.21 | 320.12 | 0.71 | 0.46 |
| Hex | C9 | 22 | 91 | 0 | 53 | 1C | 15 | 140 | 47 | 2E |
| Octal | 311 | 42 | 221 | 0 | 123 | 34 | 25 | 500 | 107 | 56 |
| Binary | 11001001 | 100010 | 10010001 | 0 | 1010011 | 11100 | 10101 | 101000000 | 1000111 | 101110 |
Color Harmonies of #C92291
Complementary color
Monochromatic Colors of #C92291
Black with #C92291
Text Example
Text Example
White with #C92291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92291; }
p { color: rgb(201,34,145); }
H1.HeaderClassName
{
color: #C92291;
}
.AnyTagClassName
{
color: #C92291;
}
</style>
background-color css
<style>
a { background-color: #C92291; }
a { background-color: rgb(201,34,145); }
div.DivClassName
{
background-color: #C92291;
}
.BgClassName
{
background-color: #C92291;
}
</style>
border-color css
<style>
span { border-color: #C92291; }
span { border-color: rgb(201,34,145); }
td.TdClassName
{
border-color: #C92291;
}
.TagClassName
{
border-color: #C92291;
}
</style>