Shades of Medium Violet Red #C92492
Tints of Medium Violet Red #C92492
RGB
CMYK
RGB Variations
Color information
#C92492 (or 0xC92492) is known color: Medium Violet Red. HEX triplet: C9, 24 and 92. RGB value is (201,36,146). Sum of RGB (Red+Green+Blue) = 201+36+146=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C92492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92492 is #36DB6D. Grayscale: #616161. Windows color (decimal): -3595118 or 9577673. OLE color: 9577673.
HSL color Cylindrical-coordinate representation of color #C92492: hue angle of 320º 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 #C92492 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 146 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.21 |
| HSL | 320º | 0.7% | 0.46% | - |
| HSV(B) | 320º | 0.82% | 0.79% | - |
| XYZ | 29.91 | 15.75 | 28.66 | - |
| YUV | 97.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 146 | 0 | 0.82 | 0.27 | 0.21 | 320 | 0.7 | 0.46 |
| Hex | C9 | 24 | 92 | 0 | 52 | 1B | 15 | 140 | 46 | 2E |
| Octal | 311 | 44 | 222 | 0 | 122 | 33 | 25 | 500 | 106 | 56 |
| Binary | 11001001 | 100100 | 10010010 | 0 | 1010010 | 11011 | 10101 | 101000000 | 1000110 | 101110 |
Color Harmonies of #C92492
Complementary color
Monochromatic Colors of #C92492
Black with #C92492
Text Example
Text Example
White with #C92492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92492; }
p { color: rgb(201,36,146); }
H1.HeaderClassName
{
color: #C92492;
}
.AnyTagClassName
{
color: #C92492;
}
</style>
background-color css
<style>
a { background-color: #C92492; }
a { background-color: rgb(201,36,146); }
div.DivClassName
{
background-color: #C92492;
}
.BgClassName
{
background-color: #C92492;
}
</style>
border-color css
<style>
span { border-color: #C92492; }
span { border-color: rgb(201,36,146); }
td.TdClassName
{
border-color: #C92492;
}
.TagClassName
{
border-color: #C92492;
}
</style>