Shades of Medium Violet Red #C92476
Tints of Medium Violet Red #C92476
RGB
CMYK
RGB Variations
Color information
#C92476 (or 0xC92476) is known color: Medium Violet Red. HEX triplet: C9, 24 and 76. RGB value is (201,36,118). Sum of RGB (Red+Green+Blue) = 201+36+118=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C92476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92476 is #36DB89. Grayscale: #5E5E5E. Windows color (decimal): -3595146 or 7742665. OLE color: 7742665.
HSL color Cylindrical-coordinate representation of color #C92476: hue angle of 330.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92476 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 118 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.21 |
| HSL | 330.18º | 0.7% | 0.46% | - |
| HSV(B) | 330.18º | 0.82% | 0.79% | - |
| XYZ | 27.99 | 14.99 | 18.56 | - |
| YUV | 94.68 | 141.16 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 118 | 0 | 0.82 | 0.41 | 0.21 | 330.18 | 0.7 | 0.46 |
| Hex | C9 | 24 | 76 | 0 | 52 | 29 | 15 | 14A | 46 | 2E |
| Octal | 311 | 44 | 166 | 0 | 122 | 51 | 25 | 512 | 106 | 56 |
| Binary | 11001001 | 100100 | 1110110 | 0 | 1010010 | 101001 | 10101 | 101001010 | 1000110 | 101110 |
Color Harmonies of #C92476
Complementary color
Monochromatic Colors of #C92476
Black with #C92476
Text Example
Text Example
White with #C92476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92476; }
p { color: rgb(201,36,118); }
H1.HeaderClassName
{
color: #C92476;
}
.AnyTagClassName
{
color: #C92476;
}
</style>
background-color css
<style>
a { background-color: #C92476; }
a { background-color: rgb(201,36,118); }
div.DivClassName
{
background-color: #C92476;
}
.BgClassName
{
background-color: #C92476;
}
</style>
border-color css
<style>
span { border-color: #C92476; }
span { border-color: rgb(201,36,118); }
td.TdClassName
{
border-color: #C92476;
}
.TagClassName
{
border-color: #C92476;
}
</style>