Shades of Medium Violet Red #C7219E
Tints of Medium Violet Red #C7219E
RGB
CMYK
RGB Variations
Color information
#C7219E (or 0xC7219E) is known color: Medium Violet Red. HEX triplet: C7, 21 and 9E. RGB value is (199,33,158). Sum of RGB (Red+Green+Blue) = 199+33+158=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7219E is #38DE61. Grayscale: #606060. Windows color (decimal): -3726946 or 10363335. OLE color: 10363335.
HSL color Cylindrical-coordinate representation of color #C7219E: hue angle of 314.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7219E is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 158 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.22 |
| HSL | 314.82º | 0.72% | 0.45% | - |
| HSV(B) | 314.82º | 0.83% | 0.78% | - |
| XYZ | 30.27 | 15.7 | 33.78 | - |
| YUV | 96.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 158 | 0 | 0.83 | 0.21 | 0.22 | 314.82 | 0.72 | 0.45 |
| Hex | C7 | 21 | 9E | 0 | 53 | 15 | 16 | 13B | 48 | 2D |
| Octal | 307 | 41 | 236 | 0 | 123 | 25 | 26 | 473 | 110 | 55 |
| Binary | 11000111 | 100001 | 10011110 | 0 | 1010011 | 10101 | 10110 | 100111011 | 1001000 | 101101 |
Color Harmonies of #C7219E
Complementary color
Monochromatic Colors of #C7219E
Black with #C7219E
Text Example
Text Example
White with #C7219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7219E; }
p { color: rgb(199,33,158); }
H1.HeaderClassName
{
color: #C7219E;
}
.AnyTagClassName
{
color: #C7219E;
}
</style>
background-color css
<style>
a { background-color: #C7219E; }
a { background-color: rgb(199,33,158); }
div.DivClassName
{
background-color: #C7219E;
}
.BgClassName
{
background-color: #C7219E;
}
</style>
border-color css
<style>
span { border-color: #C7219E; }
span { border-color: rgb(199,33,158); }
td.TdClassName
{
border-color: #C7219E;
}
.TagClassName
{
border-color: #C7219E;
}
</style>