Shades of Medium Violet Red #C92183
Tints of Medium Violet Red #C92183
RGB
CMYK
RGB Variations
Color information
#C92183 (or 0xC92183) is known color: Medium Violet Red. HEX triplet: C9, 21 and 83. RGB value is (201,33,131). Sum of RGB (Red+Green+Blue) = 201+33+131=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C92183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92183 is #36DE7C. Grayscale: #5E5E5E. Windows color (decimal): -3595901 or 8593865. OLE color: 8593865.
HSL color Cylindrical-coordinate representation of color #C92183: hue angle of 325º 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 #C92183 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 131 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.21 |
| HSL | 325º | 0.72% | 0.46% | - |
| HSV(B) | 325º | 0.84% | 0.79% | - |
| XYZ | 28.73 | 15.14 | 22.88 | - |
| YUV | 94.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 131 | 0 | 0.84 | 0.35 | 0.21 | 325 | 0.72 | 0.46 |
| Hex | C9 | 21 | 83 | 0 | 54 | 23 | 15 | 145 | 48 | 2E |
| Octal | 311 | 41 | 203 | 0 | 124 | 43 | 25 | 505 | 110 | 56 |
| Binary | 11001001 | 100001 | 10000011 | 0 | 1010100 | 100011 | 10101 | 101000101 | 1001000 | 101110 |
Color Harmonies of #C92183
Complementary color
Monochromatic Colors of #C92183
Black with #C92183
Text Example
Text Example
White with #C92183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92183; }
p { color: rgb(201,33,131); }
H1.HeaderClassName
{
color: #C92183;
}
.AnyTagClassName
{
color: #C92183;
}
</style>
background-color css
<style>
a { background-color: #C92183; }
a { background-color: rgb(201,33,131); }
div.DivClassName
{
background-color: #C92183;
}
.BgClassName
{
background-color: #C92183;
}
</style>
border-color css
<style>
span { border-color: #C92183; }
span { border-color: rgb(201,33,131); }
td.TdClassName
{
border-color: #C92183;
}
.TagClassName
{
border-color: #C92183;
}
</style>