Shades of Medium Violet Red #C92484
Tints of Medium Violet Red #C92484
RGB
CMYK
RGB Variations
Color information
#C92484 (or 0xC92484) is known color: Medium Violet Red. HEX triplet: C9, 24 and 84. RGB value is (201,36,132). Sum of RGB (Red+Green+Blue) = 201+36+132=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C92484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92484 is #36DB7B. Grayscale: #606060. Windows color (decimal): -3595132 or 8660169. OLE color: 8660169.
HSL color Cylindrical-coordinate representation of color #C92484: hue angle of 325.09º 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 #C92484 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 132 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.21 |
| HSL | 325.09º | 0.7% | 0.46% | - |
| HSV(B) | 325.09º | 0.82% | 0.79% | - |
| XYZ | 28.88 | 15.35 | 23.27 | - |
| YUV | 96.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 132 | 0 | 0.82 | 0.34 | 0.21 | 325.09 | 0.7 | 0.46 |
| Hex | C9 | 24 | 84 | 0 | 52 | 22 | 15 | 145 | 46 | 2E |
| Octal | 311 | 44 | 204 | 0 | 122 | 42 | 25 | 505 | 106 | 56 |
| Binary | 11001001 | 100100 | 10000100 | 0 | 1010010 | 100010 | 10101 | 101000101 | 1000110 | 101110 |
Color Harmonies of #C92484
Complementary color
Monochromatic Colors of #C92484
Black with #C92484
Text Example
Text Example
White with #C92484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92484; }
p { color: rgb(201,36,132); }
H1.HeaderClassName
{
color: #C92484;
}
.AnyTagClassName
{
color: #C92484;
}
</style>
background-color css
<style>
a { background-color: #C92484; }
a { background-color: rgb(201,36,132); }
div.DivClassName
{
background-color: #C92484;
}
.BgClassName
{
background-color: #C92484;
}
</style>
border-color css
<style>
span { border-color: #C92484; }
span { border-color: rgb(201,36,132); }
td.TdClassName
{
border-color: #C92484;
}
.TagClassName
{
border-color: #C92484;
}
</style>