Shades of Medium Violet Red #C7218C
Tints of Medium Violet Red #C7218C
RGB
CMYK
RGB Variations
Color information
#C7218C (or 0xC7218C) is known color: Medium Violet Red. HEX triplet: C7, 21 and 8C. RGB value is (199,33,140). Sum of RGB (Red+Green+Blue) = 199+33+140=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7218C is #38DE73. Grayscale: #5E5E5E. Windows color (decimal): -3726964 or 9183687. OLE color: 9183687.
HSL color Cylindrical-coordinate representation of color #C7218C: hue angle of 321.33º 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 #C7218C is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 140 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.22 |
| HSL | 321.33º | 0.72% | 0.45% | - |
| HSV(B) | 321.33º | 0.83% | 0.78% | - |
| XYZ | 28.83 | 15.12 | 26.21 | - |
| YUV | 94.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 140 | 0 | 0.83 | 0.30 | 0.22 | 321.33 | 0.72 | 0.45 |
| Hex | C7 | 21 | 8C | 0 | 53 | 1E | 16 | 141 | 48 | 2D |
| Octal | 307 | 41 | 214 | 0 | 123 | 36 | 26 | 501 | 110 | 55 |
| Binary | 11000111 | 100001 | 10001100 | 0 | 1010011 | 11110 | 10110 | 101000001 | 1001000 | 101101 |
Color Harmonies of #C7218C
Complementary color
Monochromatic Colors of #C7218C
Black with #C7218C
Text Example
Text Example
White with #C7218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7218C; }
p { color: rgb(199,33,140); }
H1.HeaderClassName
{
color: #C7218C;
}
.AnyTagClassName
{
color: #C7218C;
}
</style>
background-color css
<style>
a { background-color: #C7218C; }
a { background-color: rgb(199,33,140); }
div.DivClassName
{
background-color: #C7218C;
}
.BgClassName
{
background-color: #C7218C;
}
</style>
border-color css
<style>
span { border-color: #C7218C; }
span { border-color: rgb(199,33,140); }
td.TdClassName
{
border-color: #C7218C;
}
.TagClassName
{
border-color: #C7218C;
}
</style>