Shades of Medium Violet Red #C7227C
Tints of Medium Violet Red #C7227C
RGB
CMYK
RGB Variations
Color information
#C7227C (or 0xC7227C) is known color: Medium Violet Red. HEX triplet: C7, 22 and 7C. RGB value is (199,34,124). Sum of RGB (Red+Green+Blue) = 199+34+124=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7227C is #38DD83. Grayscale: #5D5D5D. Windows color (decimal): -3726724 or 8135367. OLE color: 8135367.
HSL color Cylindrical-coordinate representation of color #C7227C: hue angle of 327.27º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7227C is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 124 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.22 |
| HSL | 327.27º | 0.71% | 0.46% | - |
| HSV(B) | 327.27º | 0.83% | 0.78% | - |
| XYZ | 27.76 | 14.74 | 20.45 | - |
| YUV | 93.6 | 145.16 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 124 | 0 | 0.83 | 0.38 | 0.22 | 327.27 | 0.71 | 0.46 |
| Hex | C7 | 22 | 7C | 0 | 53 | 26 | 16 | 147 | 47 | 2E |
| Octal | 307 | 42 | 174 | 0 | 123 | 46 | 26 | 507 | 107 | 56 |
| Binary | 11000111 | 100010 | 1111100 | 0 | 1010011 | 100110 | 10110 | 101000111 | 1000111 | 101110 |
Color Harmonies of #C7227C
Complementary color
Monochromatic Colors of #C7227C
Black with #C7227C
Text Example
Text Example
White with #C7227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7227C; }
p { color: rgb(199,34,124); }
H1.HeaderClassName
{
color: #C7227C;
}
.AnyTagClassName
{
color: #C7227C;
}
</style>
background-color css
<style>
a { background-color: #C7227C; }
a { background-color: rgb(199,34,124); }
div.DivClassName
{
background-color: #C7227C;
}
.BgClassName
{
background-color: #C7227C;
}
</style>
border-color css
<style>
span { border-color: #C7227C; }
span { border-color: rgb(199,34,124); }
td.TdClassName
{
border-color: #C7227C;
}
.TagClassName
{
border-color: #C7227C;
}
</style>