Shades of Medium Violet Red #C7228A
Tints of Medium Violet Red #C7228A
RGB
CMYK
RGB Variations
Color information
#C7228A (or 0xC7228A) is known color: Medium Violet Red. HEX triplet: C7, 22 and 8A. RGB value is (199,34,138). Sum of RGB (Red+Green+Blue) = 199+34+138=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7228A is #38DD75. Grayscale: #5E5E5E. Windows color (decimal): -3726710 or 9052871. OLE color: 9052871.
HSL color Cylindrical-coordinate representation of color #C7228A: hue angle of 322.18º 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 #C7228A is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 138 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.22 |
| HSL | 322.18º | 0.71% | 0.46% | - |
| HSV(B) | 322.18º | 0.83% | 0.78% | - |
| XYZ | 28.71 | 15.12 | 25.45 | - |
| YUV | 95.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 138 | 0 | 0.83 | 0.31 | 0.22 | 322.18 | 0.71 | 0.46 |
| Hex | C7 | 22 | 8A | 0 | 53 | 1F | 16 | 142 | 47 | 2E |
| Octal | 307 | 42 | 212 | 0 | 123 | 37 | 26 | 502 | 107 | 56 |
| Binary | 11000111 | 100010 | 10001010 | 0 | 1010011 | 11111 | 10110 | 101000010 | 1000111 | 101110 |
Color Harmonies of #C7228A
Complementary color
Monochromatic Colors of #C7228A
Black with #C7228A
Text Example
Text Example
White with #C7228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7228A; }
p { color: rgb(199,34,138); }
H1.HeaderClassName
{
color: #C7228A;
}
.AnyTagClassName
{
color: #C7228A;
}
</style>
background-color css
<style>
a { background-color: #C7228A; }
a { background-color: rgb(199,34,138); }
div.DivClassName
{
background-color: #C7228A;
}
.BgClassName
{
background-color: #C7228A;
}
</style>
border-color css
<style>
span { border-color: #C7228A; }
span { border-color: rgb(199,34,138); }
td.TdClassName
{
border-color: #C7228A;
}
.TagClassName
{
border-color: #C7228A;
}
</style>