Shades of Medium Violet Red #C92278
Tints of Medium Violet Red #C92278
RGB
CMYK
RGB Variations
Color information
#C92278 (or 0xC92278) is known color: Medium Violet Red. HEX triplet: C9, 22 and 78. RGB value is (201,34,120). Sum of RGB (Red+Green+Blue) = 201+34+120=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C92278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92278 is #36DD87. Grayscale: #5D5D5D. Windows color (decimal): -3595656 or 7873225. OLE color: 7873225.
HSL color Cylindrical-coordinate representation of color #C92278: hue angle of 329.1º 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 #C92278 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 120 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.21 |
| HSL | 329.1º | 0.71% | 0.46% | - |
| HSV(B) | 329.1º | 0.83% | 0.79% | - |
| XYZ | 28.05 | 14.92 | 19.17 | - |
| YUV | 93.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 120 | 0 | 0.83 | 0.40 | 0.21 | 329.1 | 0.71 | 0.46 |
| Hex | C9 | 22 | 78 | 0 | 53 | 28 | 15 | 149 | 47 | 2E |
| Octal | 311 | 42 | 170 | 0 | 123 | 50 | 25 | 511 | 107 | 56 |
| Binary | 11001001 | 100010 | 1111000 | 0 | 1010011 | 101000 | 10101 | 101001001 | 1000111 | 101110 |
Color Harmonies of #C92278
Complementary color
Monochromatic Colors of #C92278
Black with #C92278
Text Example
Text Example
White with #C92278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92278; }
p { color: rgb(201,34,120); }
H1.HeaderClassName
{
color: #C92278;
}
.AnyTagClassName
{
color: #C92278;
}
</style>
background-color css
<style>
a { background-color: #C92278; }
a { background-color: rgb(201,34,120); }
div.DivClassName
{
background-color: #C92278;
}
.BgClassName
{
background-color: #C92278;
}
</style>
border-color css
<style>
span { border-color: #C92278; }
span { border-color: rgb(201,34,120); }
td.TdClassName
{
border-color: #C92278;
}
.TagClassName
{
border-color: #C92278;
}
</style>