Shades of Medium Violet Red #C92277
Tints of Medium Violet Red #C92277
RGB
CMYK
RGB Variations
Color information
#C92277 (or 0xC92277) is known color: Medium Violet Red. HEX triplet: C9, 22 and 77. RGB value is (201,34,119). Sum of RGB (Red+Green+Blue) = 201+34+119=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C92277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92277 is #36DD88. Grayscale: #5D5D5D. Windows color (decimal): -3595657 or 7807689. OLE color: 7807689.
HSL color Cylindrical-coordinate representation of color #C92277: hue angle of 329.46º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92277 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 119 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.21 |
| HSL | 329.46º | 0.71% | 0.46% | - |
| HSV(B) | 329.46º | 0.83% | 0.79% | - |
| XYZ | 27.99 | 14.89 | 18.85 | - |
| YUV | 93.62 | 142.33 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 119 | 0 | 0.83 | 0.41 | 0.21 | 329.46 | 0.71 | 0.46 |
| Hex | C9 | 22 | 77 | 0 | 53 | 29 | 15 | 149 | 47 | 2E |
| Octal | 311 | 42 | 167 | 0 | 123 | 51 | 25 | 511 | 107 | 56 |
| Binary | 11001001 | 100010 | 1110111 | 0 | 1010011 | 101001 | 10101 | 101001001 | 1000111 | 101110 |
Color Harmonies of #C92277
Complementary color
Monochromatic Colors of #C92277
Black with #C92277
Text Example
Text Example
White with #C92277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92277; }
p { color: rgb(201,34,119); }
H1.HeaderClassName
{
color: #C92277;
}
.AnyTagClassName
{
color: #C92277;
}
</style>
background-color css
<style>
a { background-color: #C92277; }
a { background-color: rgb(201,34,119); }
div.DivClassName
{
background-color: #C92277;
}
.BgClassName
{
background-color: #C92277;
}
</style>
border-color css
<style>
span { border-color: #C92277; }
span { border-color: rgb(201,34,119); }
td.TdClassName
{
border-color: #C92277;
}
.TagClassName
{
border-color: #C92277;
}
</style>