Shades of Medium Violet Red #C9227C
Tints of Medium Violet Red #C9227C
RGB
CMYK
RGB Variations
Color information
#C9227C (or 0xC9227C) is known color: Medium Violet Red. HEX triplet: C9, 22 and 7C. RGB value is (201,34,124). Sum of RGB (Red+Green+Blue) = 201+34+124=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9227C is #36DD83. Grayscale: #5E5E5E. Windows color (decimal): -3595652 or 8135369. OLE color: 8135369.
HSL color Cylindrical-coordinate representation of color #C9227C: hue angle of 327.66º 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 #C9227C is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 124 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.21 |
| HSL | 327.66º | 0.71% | 0.46% | - |
| HSV(B) | 327.66º | 0.83% | 0.79% | - |
| XYZ | 28.3 | 15.02 | 20.48 | - |
| YUV | 94.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 124 | 0 | 0.83 | 0.38 | 0.21 | 327.66 | 0.71 | 0.46 |
| Hex | C9 | 22 | 7C | 0 | 53 | 26 | 15 | 148 | 47 | 2E |
| Octal | 311 | 42 | 174 | 0 | 123 | 46 | 25 | 510 | 107 | 56 |
| Binary | 11001001 | 100010 | 1111100 | 0 | 1010011 | 100110 | 10101 | 101001000 | 1000111 | 101110 |
Color Harmonies of #C9227C
Complementary color
Monochromatic Colors of #C9227C
Black with #C9227C
Text Example
Text Example
White with #C9227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9227C; }
p { color: rgb(201,34,124); }
H1.HeaderClassName
{
color: #C9227C;
}
.AnyTagClassName
{
color: #C9227C;
}
</style>
background-color css
<style>
a { background-color: #C9227C; }
a { background-color: rgb(201,34,124); }
div.DivClassName
{
background-color: #C9227C;
}
.BgClassName
{
background-color: #C9227C;
}
</style>
border-color css
<style>
span { border-color: #C9227C; }
span { border-color: rgb(201,34,124); }
td.TdClassName
{
border-color: #C9227C;
}
.TagClassName
{
border-color: #C9227C;
}
</style>