Shades of Medium Violet Red #C92489
Tints of Medium Violet Red #C92489
RGB
CMYK
RGB Variations
Color information
#C92489 (or 0xC92489) is known color: Medium Violet Red. HEX triplet: C9, 24 and 89. RGB value is (201,36,137). Sum of RGB (Red+Green+Blue) = 201+36+137=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C92489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92489 is #36DB76. Grayscale: #606060. Windows color (decimal): -3595127 or 8987849. OLE color: 8987849.
HSL color Cylindrical-coordinate representation of color #C92489: hue angle of 323.27º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92489 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 137 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.21 |
| HSL | 323.27º | 0.7% | 0.46% | - |
| HSV(B) | 323.27º | 0.82% | 0.79% | - |
| XYZ | 29.23 | 15.49 | 25.12 | - |
| YUV | 96.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 137 | 0 | 0.82 | 0.32 | 0.21 | 323.27 | 0.7 | 0.46 |
| Hex | C9 | 24 | 89 | 0 | 52 | 20 | 15 | 143 | 46 | 2E |
| Octal | 311 | 44 | 211 | 0 | 122 | 40 | 25 | 503 | 106 | 56 |
| Binary | 11001001 | 100100 | 10001001 | 0 | 1010010 | 100000 | 10101 | 101000011 | 1000110 | 101110 |
Color Harmonies of #C92489
Complementary color
Monochromatic Colors of #C92489
Black with #C92489
Text Example
Text Example
White with #C92489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92489; }
p { color: rgb(201,36,137); }
H1.HeaderClassName
{
color: #C92489;
}
.AnyTagClassName
{
color: #C92489;
}
</style>
background-color css
<style>
a { background-color: #C92489; }
a { background-color: rgb(201,36,137); }
div.DivClassName
{
background-color: #C92489;
}
.BgClassName
{
background-color: #C92489;
}
</style>
border-color css
<style>
span { border-color: #C92489; }
span { border-color: rgb(201,36,137); }
td.TdClassName
{
border-color: #C92489;
}
.TagClassName
{
border-color: #C92489;
}
</style>