Shades of Medium Violet Red #C92288
Tints of Medium Violet Red #C92288
RGB
CMYK
RGB Variations
Color information
#C92288 (or 0xC92288) is known color: Medium Violet Red. HEX triplet: C9, 22 and 88. RGB value is (201,34,136). Sum of RGB (Red+Green+Blue) = 201+34+136=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C92288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92288 is #36DD77. Grayscale: #5F5F5F. Windows color (decimal): -3595640 or 8921801. OLE color: 8921801.
HSL color Cylindrical-coordinate representation of color #C92288: hue angle of 323.35º 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 #C92288 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 136 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.21 |
| HSL | 323.35º | 0.71% | 0.46% | - |
| HSV(B) | 323.35º | 0.83% | 0.79% | - |
| XYZ | 29.1 | 15.34 | 24.72 | - |
| YUV | 95.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 136 | 0 | 0.83 | 0.32 | 0.21 | 323.35 | 0.71 | 0.46 |
| Hex | C9 | 22 | 88 | 0 | 53 | 20 | 15 | 143 | 47 | 2E |
| Octal | 311 | 42 | 210 | 0 | 123 | 40 | 25 | 503 | 107 | 56 |
| Binary | 11001001 | 100010 | 10001000 | 0 | 1010011 | 100000 | 10101 | 101000011 | 1000111 | 101110 |
Color Harmonies of #C92288
Complementary color
Monochromatic Colors of #C92288
Black with #C92288
Text Example
Text Example
White with #C92288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92288; }
p { color: rgb(201,34,136); }
H1.HeaderClassName
{
color: #C92288;
}
.AnyTagClassName
{
color: #C92288;
}
</style>
background-color css
<style>
a { background-color: #C92288; }
a { background-color: rgb(201,34,136); }
div.DivClassName
{
background-color: #C92288;
}
.BgClassName
{
background-color: #C92288;
}
</style>
border-color css
<style>
span { border-color: #C92288; }
span { border-color: rgb(201,34,136); }
td.TdClassName
{
border-color: #C92288;
}
.TagClassName
{
border-color: #C92288;
}
</style>