Shades of Medium Violet Red #C7228E
Tints of Medium Violet Red #C7228E
RGB
CMYK
RGB Variations
Color information
#C7228E (or 0xC7228E) is known color: Medium Violet Red. HEX triplet: C7, 22 and 8E. RGB value is (199,34,142). Sum of RGB (Red+Green+Blue) = 199+34+142=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7228E is #38DD71. Grayscale: #5F5F5F. Windows color (decimal): -3726706 or 9315015. OLE color: 9315015.
HSL color Cylindrical-coordinate representation of color #C7228E: hue angle of 320.73º 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 #C7228E is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 142 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.22 |
| HSL | 320.73º | 0.71% | 0.46% | - |
| HSV(B) | 320.73º | 0.83% | 0.78% | - |
| XYZ | 29.01 | 15.24 | 27 | - |
| YUV | 95.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 142 | 0 | 0.83 | 0.29 | 0.22 | 320.73 | 0.71 | 0.46 |
| Hex | C7 | 22 | 8E | 0 | 53 | 1D | 16 | 141 | 47 | 2E |
| Octal | 307 | 42 | 216 | 0 | 123 | 35 | 26 | 501 | 107 | 56 |
| Binary | 11000111 | 100010 | 10001110 | 0 | 1010011 | 11101 | 10110 | 101000001 | 1000111 | 101110 |
Color Harmonies of #C7228E
Complementary color
Monochromatic Colors of #C7228E
Black with #C7228E
Text Example
Text Example
White with #C7228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7228E; }
p { color: rgb(199,34,142); }
H1.HeaderClassName
{
color: #C7228E;
}
.AnyTagClassName
{
color: #C7228E;
}
</style>
background-color css
<style>
a { background-color: #C7228E; }
a { background-color: rgb(199,34,142); }
div.DivClassName
{
background-color: #C7228E;
}
.BgClassName
{
background-color: #C7228E;
}
</style>
border-color css
<style>
span { border-color: #C7228E; }
span { border-color: rgb(199,34,142); }
td.TdClassName
{
border-color: #C7228E;
}
.TagClassName
{
border-color: #C7228E;
}
</style>