Shades of Medium Violet Red #C92084
Tints of Medium Violet Red #C92084
RGB
CMYK
RGB Variations
Color information
#C92084 (or 0xC92084) is known color: Medium Violet Red. HEX triplet: C9, 20 and 84. RGB value is (201,32,132). Sum of RGB (Red+Green+Blue) = 201+32+132=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C92084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92084 is #36DF7B. Grayscale: #5D5D5D. Windows color (decimal): -3596156 or 8659145. OLE color: 8659145.
HSL color Cylindrical-coordinate representation of color #C92084: hue angle of 324.5º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92084 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 132 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.21 |
| HSL | 324.5º | 0.73% | 0.46% | - |
| HSV(B) | 324.5º | 0.84% | 0.79% | - |
| XYZ | 28.77 | 15.12 | 23.23 | - |
| YUV | 93.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 132 | 0 | 0.84 | 0.34 | 0.21 | 324.5 | 0.73 | 0.46 |
| Hex | C9 | 20 | 84 | 0 | 54 | 22 | 15 | 144 | 49 | 2E |
| Octal | 311 | 40 | 204 | 0 | 124 | 42 | 25 | 504 | 111 | 56 |
| Binary | 11001001 | 100000 | 10000100 | 0 | 1010100 | 100010 | 10101 | 101000100 | 1001001 | 101110 |
Color Harmonies of #C92084
Complementary color
Monochromatic Colors of #C92084
Black with #C92084
Text Example
Text Example
White with #C92084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92084; }
p { color: rgb(201,32,132); }
H1.HeaderClassName
{
color: #C92084;
}
.AnyTagClassName
{
color: #C92084;
}
</style>
background-color css
<style>
a { background-color: #C92084; }
a { background-color: rgb(201,32,132); }
div.DivClassName
{
background-color: #C92084;
}
.BgClassName
{
background-color: #C92084;
}
</style>
border-color css
<style>
span { border-color: #C92084; }
span { border-color: rgb(201,32,132); }
td.TdClassName
{
border-color: #C92084;
}
.TagClassName
{
border-color: #C92084;
}
</style>