Shades of Medium Violet Red #C92493
Tints of Medium Violet Red #C92493
RGB
CMYK
RGB Variations
Color information
#C92493 (or 0xC92493) is known color: Medium Violet Red. HEX triplet: C9, 24 and 93. RGB value is (201,36,147). Sum of RGB (Red+Green+Blue) = 201+36+147=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C92493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92493 is #36DB6C. Grayscale: #616161. Windows color (decimal): -3595117 or 9643209. OLE color: 9643209.
HSL color Cylindrical-coordinate representation of color #C92493: hue angle of 319.64º 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 #C92493 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 147 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.21 |
| HSL | 319.64º | 0.7% | 0.46% | - |
| HSV(B) | 319.64º | 0.82% | 0.79% | - |
| XYZ | 29.98 | 15.79 | 29.07 | - |
| YUV | 97.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 147 | 0 | 0.82 | 0.27 | 0.21 | 319.64 | 0.7 | 0.46 |
| Hex | C9 | 24 | 93 | 0 | 52 | 1B | 15 | 140 | 46 | 2E |
| Octal | 311 | 44 | 223 | 0 | 122 | 33 | 25 | 500 | 106 | 56 |
| Binary | 11001001 | 100100 | 10010011 | 0 | 1010010 | 11011 | 10101 | 101000000 | 1000110 | 101110 |
Color Harmonies of #C92493
Complementary color
Monochromatic Colors of #C92493
Black with #C92493
Text Example
Text Example
White with #C92493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92493; }
p { color: rgb(201,36,147); }
H1.HeaderClassName
{
color: #C92493;
}
.AnyTagClassName
{
color: #C92493;
}
</style>
background-color css
<style>
a { background-color: #C92493; }
a { background-color: rgb(201,36,147); }
div.DivClassName
{
background-color: #C92493;
}
.BgClassName
{
background-color: #C92493;
}
</style>
border-color css
<style>
span { border-color: #C92493; }
span { border-color: rgb(201,36,147); }
td.TdClassName
{
border-color: #C92493;
}
.TagClassName
{
border-color: #C92493;
}
</style>