Shades of Medium Violet Red #C92289
Tints of Medium Violet Red #C92289
RGB
CMYK
RGB Variations
Color information
#C92289 (or 0xC92289) is known color: Medium Violet Red. HEX triplet: C9, 22 and 89. RGB value is (201,34,137). Sum of RGB (Red+Green+Blue) = 201+34+137=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C92289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92289 is #36DD76. Grayscale: #5F5F5F. Windows color (decimal): -3595639 or 8987337. OLE color: 8987337.
HSL color Cylindrical-coordinate representation of color #C92289: hue angle of 322.99º 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 #C92289 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 137 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.21 |
| HSL | 322.99º | 0.71% | 0.46% | - |
| HSV(B) | 322.99º | 0.83% | 0.79% | - |
| XYZ | 29.17 | 15.37 | 25.1 | - |
| YUV | 95.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 137 | 0 | 0.83 | 0.32 | 0.21 | 322.99 | 0.71 | 0.46 |
| Hex | C9 | 22 | 89 | 0 | 53 | 20 | 15 | 143 | 47 | 2E |
| Octal | 311 | 42 | 211 | 0 | 123 | 40 | 25 | 503 | 107 | 56 |
| Binary | 11001001 | 100010 | 10001001 | 0 | 1010011 | 100000 | 10101 | 101000011 | 1000111 | 101110 |
Color Harmonies of #C92289
Complementary color
Monochromatic Colors of #C92289
Black with #C92289
Text Example
Text Example
White with #C92289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92289; }
p { color: rgb(201,34,137); }
H1.HeaderClassName
{
color: #C92289;
}
.AnyTagClassName
{
color: #C92289;
}
</style>
background-color css
<style>
a { background-color: #C92289; }
a { background-color: rgb(201,34,137); }
div.DivClassName
{
background-color: #C92289;
}
.BgClassName
{
background-color: #C92289;
}
</style>
border-color css
<style>
span { border-color: #C92289; }
span { border-color: rgb(201,34,137); }
td.TdClassName
{
border-color: #C92289;
}
.TagClassName
{
border-color: #C92289;
}
</style>