Shades of Medium Violet Red #C9227E
Tints of Medium Violet Red #C9227E
RGB
CMYK
RGB Variations
Color information
#C9227E (or 0xC9227E) is known color: Medium Violet Red. HEX triplet: C9, 22 and 7E. RGB value is (201,34,126). Sum of RGB (Red+Green+Blue) = 201+34+126=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9227E is #36DD81. Grayscale: #5E5E5E. Windows color (decimal): -3595650 or 8266441. OLE color: 8266441.
HSL color Cylindrical-coordinate representation of color #C9227E: hue angle of 326.95º 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 #C9227E is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 126 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.21 |
| HSL | 326.95º | 0.71% | 0.46% | - |
| HSV(B) | 326.95º | 0.83% | 0.79% | - |
| XYZ | 28.43 | 15.07 | 21.15 | - |
| YUV | 94.42 | 145.83 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 126 | 0 | 0.83 | 0.37 | 0.21 | 326.95 | 0.71 | 0.46 |
| Hex | C9 | 22 | 7E | 0 | 53 | 25 | 15 | 147 | 47 | 2E |
| Octal | 311 | 42 | 176 | 0 | 123 | 45 | 25 | 507 | 107 | 56 |
| Binary | 11001001 | 100010 | 1111110 | 0 | 1010011 | 100101 | 10101 | 101000111 | 1000111 | 101110 |
Color Harmonies of #C9227E
Complementary color
Monochromatic Colors of #C9227E
Black with #C9227E
Text Example
Text Example
White with #C9227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9227E; }
p { color: rgb(201,34,126); }
H1.HeaderClassName
{
color: #C9227E;
}
.AnyTagClassName
{
color: #C9227E;
}
</style>
background-color css
<style>
a { background-color: #C9227E; }
a { background-color: rgb(201,34,126); }
div.DivClassName
{
background-color: #C9227E;
}
.BgClassName
{
background-color: #C9227E;
}
</style>
border-color css
<style>
span { border-color: #C9227E; }
span { border-color: rgb(201,34,126); }
td.TdClassName
{
border-color: #C9227E;
}
.TagClassName
{
border-color: #C9227E;
}
</style>