Shades of Medium Violet Red #C92082
Tints of Medium Violet Red #C92082
RGB
CMYK
RGB Variations
Color information
#C92082 (or 0xC92082) is known color: Medium Violet Red. HEX triplet: C9, 20 and 82. RGB value is (201,32,130). Sum of RGB (Red+Green+Blue) = 201+32+130=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C92082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92082 is #36DF7D. Grayscale: #5D5D5D. Windows color (decimal): -3596158 or 8528073. OLE color: 8528073.
HSL color Cylindrical-coordinate representation of color #C92082: hue angle of 325.21º 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 #C92082 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 130 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.21 |
| HSL | 325.21º | 0.73% | 0.46% | - |
| HSV(B) | 325.21º | 0.84% | 0.79% | - |
| XYZ | 28.63 | 15.06 | 22.52 | - |
| YUV | 93.7 | 148.49 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 130 | 0 | 0.84 | 0.35 | 0.21 | 325.21 | 0.73 | 0.46 |
| Hex | C9 | 20 | 82 | 0 | 54 | 23 | 15 | 145 | 49 | 2E |
| Octal | 311 | 40 | 202 | 0 | 124 | 43 | 25 | 505 | 111 | 56 |
| Binary | 11001001 | 100000 | 10000010 | 0 | 1010100 | 100011 | 10101 | 101000101 | 1001001 | 101110 |
Color Harmonies of #C92082
Complementary color
Monochromatic Colors of #C92082
Black with #C92082
Text Example
Text Example
White with #C92082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92082; }
p { color: rgb(201,32,130); }
H1.HeaderClassName
{
color: #C92082;
}
.AnyTagClassName
{
color: #C92082;
}
</style>
background-color css
<style>
a { background-color: #C92082; }
a { background-color: rgb(201,32,130); }
div.DivClassName
{
background-color: #C92082;
}
.BgClassName
{
background-color: #C92082;
}
</style>
border-color css
<style>
span { border-color: #C92082; }
span { border-color: rgb(201,32,130); }
td.TdClassName
{
border-color: #C92082;
}
.TagClassName
{
border-color: #C92082;
}
</style>