Shades of Medium Violet Red #C92181
Tints of Medium Violet Red #C92181
RGB
CMYK
RGB Variations
Color information
#C92181 (or 0xC92181) is known color: Medium Violet Red. HEX triplet: C9, 21 and 81. RGB value is (201,33,129). Sum of RGB (Red+Green+Blue) = 201+33+129=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C92181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92181 is #36DE7E. Grayscale: #5D5D5D. Windows color (decimal): -3595903 or 8462793. OLE color: 8462793.
HSL color Cylindrical-coordinate representation of color #C92181: hue angle of 325.71º degrees, saturation: 0.72, 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 #C92181 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 129 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.21 |
| HSL | 325.71º | 0.72% | 0.46% | - |
| HSV(B) | 325.71º | 0.84% | 0.79% | - |
| XYZ | 28.59 | 15.09 | 22.17 | - |
| YUV | 94.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 129 | 0 | 0.84 | 0.36 | 0.21 | 325.71 | 0.72 | 0.46 |
| Hex | C9 | 21 | 81 | 0 | 54 | 24 | 15 | 146 | 48 | 2E |
| Octal | 311 | 41 | 201 | 0 | 124 | 44 | 25 | 506 | 110 | 56 |
| Binary | 11001001 | 100001 | 10000001 | 0 | 1010100 | 100100 | 10101 | 101000110 | 1001000 | 101110 |
Color Harmonies of #C92181
Complementary color
Monochromatic Colors of #C92181
Black with #C92181
Text Example
Text Example
White with #C92181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92181; }
p { color: rgb(201,33,129); }
H1.HeaderClassName
{
color: #C92181;
}
.AnyTagClassName
{
color: #C92181;
}
</style>
background-color css
<style>
a { background-color: #C92181; }
a { background-color: rgb(201,33,129); }
div.DivClassName
{
background-color: #C92181;
}
.BgClassName
{
background-color: #C92181;
}
</style>
border-color css
<style>
span { border-color: #C92181; }
span { border-color: rgb(201,33,129); }
td.TdClassName
{
border-color: #C92181;
}
.TagClassName
{
border-color: #C92181;
}
</style>