Shades of Medium Violet Red #C92384
Tints of Medium Violet Red #C92384
RGB
CMYK
RGB Variations
Color information
#C92384 (or 0xC92384) is known color: Medium Violet Red. HEX triplet: C9, 23 and 84. RGB value is (201,35,132). Sum of RGB (Red+Green+Blue) = 201+35+132=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C92384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92384 is #36DC7B. Grayscale: #5F5F5F. Windows color (decimal): -3595388 or 8659913. OLE color: 8659913.
HSL color Cylindrical-coordinate representation of color #C92384: hue angle of 324.94º degrees, saturation: 0.7, 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 #C92384 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 132 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.21 |
| HSL | 324.94º | 0.7% | 0.46% | - |
| HSV(B) | 324.94º | 0.83% | 0.79% | - |
| XYZ | 28.85 | 15.29 | 23.26 | - |
| YUV | 95.69 | 148.5 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 132 | 0 | 0.83 | 0.34 | 0.21 | 324.94 | 0.7 | 0.46 |
| Hex | C9 | 23 | 84 | 0 | 53 | 22 | 15 | 145 | 46 | 2E |
| Octal | 311 | 43 | 204 | 0 | 123 | 42 | 25 | 505 | 106 | 56 |
| Binary | 11001001 | 100011 | 10000100 | 0 | 1010011 | 100010 | 10101 | 101000101 | 1000110 | 101110 |
Color Harmonies of #C92384
Complementary color
Monochromatic Colors of #C92384
Black with #C92384
Text Example
Text Example
White with #C92384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92384; }
p { color: rgb(201,35,132); }
H1.HeaderClassName
{
color: #C92384;
}
.AnyTagClassName
{
color: #C92384;
}
</style>
background-color css
<style>
a { background-color: #C92384; }
a { background-color: rgb(201,35,132); }
div.DivClassName
{
background-color: #C92384;
}
.BgClassName
{
background-color: #C92384;
}
</style>
border-color css
<style>
span { border-color: #C92384; }
span { border-color: rgb(201,35,132); }
td.TdClassName
{
border-color: #C92384;
}
.TagClassName
{
border-color: #C92384;
}
</style>