Shades of Medium Violet Red #C92284
Tints of Medium Violet Red #C92284
RGB
CMYK
RGB Variations
Color information
#C92284 (or 0xC92284) is known color: Medium Violet Red. HEX triplet: C9, 22 and 84. RGB value is (201,34,132). Sum of RGB (Red+Green+Blue) = 201+34+132=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C92284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92284 is #36DD7B. Grayscale: #5E5E5E. Windows color (decimal): -3595644 or 8659657. OLE color: 8659657.
HSL color Cylindrical-coordinate representation of color #C92284: hue angle of 324.79º 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 #C92284 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 132 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.21 |
| HSL | 324.79º | 0.71% | 0.46% | - |
| HSV(B) | 324.79º | 0.83% | 0.79% | - |
| XYZ | 28.82 | 15.23 | 23.25 | - |
| YUV | 95.11 | 148.83 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 132 | 0 | 0.83 | 0.34 | 0.21 | 324.79 | 0.71 | 0.46 |
| Hex | C9 | 22 | 84 | 0 | 53 | 22 | 15 | 145 | 47 | 2E |
| Octal | 311 | 42 | 204 | 0 | 123 | 42 | 25 | 505 | 107 | 56 |
| Binary | 11001001 | 100010 | 10000100 | 0 | 1010011 | 100010 | 10101 | 101000101 | 1000111 | 101110 |
Color Harmonies of #C92284
Complementary color
Monochromatic Colors of #C92284
Black with #C92284
Text Example
Text Example
White with #C92284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92284; }
p { color: rgb(201,34,132); }
H1.HeaderClassName
{
color: #C92284;
}
.AnyTagClassName
{
color: #C92284;
}
</style>
background-color css
<style>
a { background-color: #C92284; }
a { background-color: rgb(201,34,132); }
div.DivClassName
{
background-color: #C92284;
}
.BgClassName
{
background-color: #C92284;
}
</style>
border-color css
<style>
span { border-color: #C92284; }
span { border-color: rgb(201,34,132); }
td.TdClassName
{
border-color: #C92284;
}
.TagClassName
{
border-color: #C92284;
}
</style>