Shades of Medium Violet Red #C7226D
Tints of Medium Violet Red #C7226D
RGB
CMYK
RGB Variations
Color information
#C7226D (or 0xC7226D) is known color: Medium Violet Red. HEX triplet: C7, 22 and 6D. RGB value is (199,34,109). Sum of RGB (Red+Green+Blue) = 199+34+109=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7226D is #38DD92. Grayscale: #5B5B5B. Windows color (decimal): -3726739 or 7152327. OLE color: 7152327.
HSL color Cylindrical-coordinate representation of color #C7226D: hue angle of 332.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 #C7226D is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 109 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.22 |
| HSL | 332.73º | 0.71% | 0.46% | - |
| HSV(B) | 332.73º | 0.83% | 0.78% | - |
| XYZ | 26.89 | 14.39 | 15.83 | - |
| YUV | 91.89 | 137.66 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 109 | 0 | 0.83 | 0.45 | 0.22 | 332.73 | 0.71 | 0.46 |
| Hex | C7 | 22 | 6D | 0 | 53 | 2D | 16 | 14D | 47 | 2E |
| Octal | 307 | 42 | 155 | 0 | 123 | 55 | 26 | 515 | 107 | 56 |
| Binary | 11000111 | 100010 | 1101101 | 0 | 1010011 | 101101 | 10110 | 101001101 | 1000111 | 101110 |
Color Harmonies of #C7226D
Complementary color
Monochromatic Colors of #C7226D
Black with #C7226D
Text Example
Text Example
White with #C7226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7226D; }
p { color: rgb(199,34,109); }
H1.HeaderClassName
{
color: #C7226D;
}
.AnyTagClassName
{
color: #C7226D;
}
</style>
background-color css
<style>
a { background-color: #C7226D; }
a { background-color: rgb(199,34,109); }
div.DivClassName
{
background-color: #C7226D;
}
.BgClassName
{
background-color: #C7226D;
}
</style>
border-color css
<style>
span { border-color: #C7226D; }
span { border-color: rgb(199,34,109); }
td.TdClassName
{
border-color: #C7226D;
}
.TagClassName
{
border-color: #C7226D;
}
</style>