Shades of Medium Violet Red #C7218D
Tints of Medium Violet Red #C7218D
RGB
CMYK
RGB Variations
Color information
#C7218D (or 0xC7218D) is known color: Medium Violet Red. HEX triplet: C7, 21 and 8D. RGB value is (199,33,141). Sum of RGB (Red+Green+Blue) = 199+33+141=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7218D is #38DE72. Grayscale: #5E5E5E. Windows color (decimal): -3726963 or 9249223. OLE color: 9249223.
HSL color Cylindrical-coordinate representation of color #C7218D: hue angle of 320.96º 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 #C7218D is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 141 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.22 |
| HSL | 320.96º | 0.72% | 0.45% | - |
| HSV(B) | 320.96º | 0.83% | 0.78% | - |
| XYZ | 28.9 | 15.15 | 26.6 | - |
| YUV | 94.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 141 | 0 | 0.83 | 0.29 | 0.22 | 320.96 | 0.72 | 0.45 |
| Hex | C7 | 21 | 8D | 0 | 53 | 1D | 16 | 141 | 48 | 2D |
| Octal | 307 | 41 | 215 | 0 | 123 | 35 | 26 | 501 | 110 | 55 |
| Binary | 11000111 | 100001 | 10001101 | 0 | 1010011 | 11101 | 10110 | 101000001 | 1001000 | 101101 |
Color Harmonies of #C7218D
Complementary color
Monochromatic Colors of #C7218D
Black with #C7218D
Text Example
Text Example
White with #C7218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7218D; }
p { color: rgb(199,33,141); }
H1.HeaderClassName
{
color: #C7218D;
}
.AnyTagClassName
{
color: #C7218D;
}
</style>
background-color css
<style>
a { background-color: #C7218D; }
a { background-color: rgb(199,33,141); }
div.DivClassName
{
background-color: #C7218D;
}
.BgClassName
{
background-color: #C7218D;
}
</style>
border-color css
<style>
span { border-color: #C7218D; }
span { border-color: rgb(199,33,141); }
td.TdClassName
{
border-color: #C7218D;
}
.TagClassName
{
border-color: #C7218D;
}
</style>