Shades of Medium Violet Red #C92176
Tints of Medium Violet Red #C92176
RGB
CMYK
RGB Variations
Color information
#C92176 (or 0xC92176) is known color: Medium Violet Red. HEX triplet: C9, 21 and 76. RGB value is (201,33,118). Sum of RGB (Red+Green+Blue) = 201+33+118=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C92176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92176 is #36DE89. Grayscale: #5C5C5C. Windows color (decimal): -3595914 or 7741897. OLE color: 7741897.
HSL color Cylindrical-coordinate representation of color #C92176: hue angle of 329.64º 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 #C92176 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 118 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.21 |
| HSL | 329.64º | 0.72% | 0.46% | - |
| HSV(B) | 329.64º | 0.84% | 0.79% | - |
| XYZ | 27.9 | 14.81 | 18.53 | - |
| YUV | 92.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 118 | 0 | 0.84 | 0.41 | 0.21 | 329.64 | 0.72 | 0.46 |
| Hex | C9 | 21 | 76 | 0 | 54 | 29 | 15 | 14A | 48 | 2E |
| Octal | 311 | 41 | 166 | 0 | 124 | 51 | 25 | 512 | 110 | 56 |
| Binary | 11001001 | 100001 | 1110110 | 0 | 1010100 | 101001 | 10101 | 101001010 | 1001000 | 101110 |
Color Harmonies of #C92176
Complementary color
Monochromatic Colors of #C92176
Black with #C92176
Text Example
Text Example
White with #C92176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92176; }
p { color: rgb(201,33,118); }
H1.HeaderClassName
{
color: #C92176;
}
.AnyTagClassName
{
color: #C92176;
}
</style>
background-color css
<style>
a { background-color: #C92176; }
a { background-color: rgb(201,33,118); }
div.DivClassName
{
background-color: #C92176;
}
.BgClassName
{
background-color: #C92176;
}
</style>
border-color css
<style>
span { border-color: #C92176; }
span { border-color: rgb(201,33,118); }
td.TdClassName
{
border-color: #C92176;
}
.TagClassName
{
border-color: #C92176;
}
</style>