Shades of Medium Violet Red #C92281
Tints of Medium Violet Red #C92281
RGB
CMYK
RGB Variations
Color information
#C92281 (or 0xC92281) is known color: Medium Violet Red. HEX triplet: C9, 22 and 81. RGB value is (201,34,129). Sum of RGB (Red+Green+Blue) = 201+34+129=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C92281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92281 is #36DD7E. Grayscale: #5E5E5E. Windows color (decimal): -3595647 or 8463049. OLE color: 8463049.
HSL color Cylindrical-coordinate representation of color #C92281: hue angle of 325.87º 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 #C92281 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 129 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.21 |
| HSL | 325.87º | 0.71% | 0.46% | - |
| HSV(B) | 325.87º | 0.83% | 0.79% | - |
| XYZ | 28.62 | 15.15 | 22.18 | - |
| YUV | 94.76 | 147.33 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 129 | 0 | 0.83 | 0.36 | 0.21 | 325.87 | 0.71 | 0.46 |
| Hex | C9 | 22 | 81 | 0 | 53 | 24 | 15 | 146 | 47 | 2E |
| Octal | 311 | 42 | 201 | 0 | 123 | 44 | 25 | 506 | 107 | 56 |
| Binary | 11001001 | 100010 | 10000001 | 0 | 1010011 | 100100 | 10101 | 101000110 | 1000111 | 101110 |
Color Harmonies of #C92281
Complementary color
Monochromatic Colors of #C92281
Black with #C92281
Text Example
Text Example
White with #C92281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92281; }
p { color: rgb(201,34,129); }
H1.HeaderClassName
{
color: #C92281;
}
.AnyTagClassName
{
color: #C92281;
}
</style>
background-color css
<style>
a { background-color: #C92281; }
a { background-color: rgb(201,34,129); }
div.DivClassName
{
background-color: #C92281;
}
.BgClassName
{
background-color: #C92281;
}
</style>
border-color css
<style>
span { border-color: #C92281; }
span { border-color: rgb(201,34,129); }
td.TdClassName
{
border-color: #C92281;
}
.TagClassName
{
border-color: #C92281;
}
</style>