Shades of Medium Violet Red #C2218E
Tints of Medium Violet Red #C2218E
RGB
CMYK
RGB Variations
Color information
#C2218E (or 0xC2218E) is known color: Medium Violet Red. HEX triplet: C2, 21 and 8E. RGB value is (194,33,142). Sum of RGB (Red+Green+Blue) = 194+33+142=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2218E is #3DDE71. Grayscale: #5D5D5D. Windows color (decimal): -4054642 or 9314754. OLE color: 9314754.
HSL color Cylindrical-coordinate representation of color #C2218E: hue angle of 319.38º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2218E is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 142 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.24 |
| HSL | 319.38º | 0.71% | 0.45% | - |
| HSV(B) | 319.38º | 0.83% | 0.76% | - |
| XYZ | 27.67 | 14.51 | 26.93 | - |
| YUV | 93.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 142 | 0 | 0.83 | 0.27 | 0.24 | 319.38 | 0.71 | 0.45 |
| Hex | C2 | 21 | 8E | 0 | 53 | 1B | 18 | 13F | 47 | 2D |
| Octal | 302 | 41 | 216 | 0 | 123 | 33 | 30 | 477 | 107 | 55 |
| Binary | 11000010 | 100001 | 10001110 | 0 | 1010011 | 11011 | 11000 | 100111111 | 1000111 | 101101 |
Color Harmonies of #C2218E
Complementary color
Monochromatic Colors of #C2218E
Black with #C2218E
Text Example
Text Example
White with #C2218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2218E; }
p { color: rgb(194,33,142); }
H1.HeaderClassName
{
color: #C2218E;
}
.AnyTagClassName
{
color: #C2218E;
}
</style>
background-color css
<style>
a { background-color: #C2218E; }
a { background-color: rgb(194,33,142); }
div.DivClassName
{
background-color: #C2218E;
}
.BgClassName
{
background-color: #C2218E;
}
</style>
border-color css
<style>
span { border-color: #C2218E; }
span { border-color: rgb(194,33,142); }
td.TdClassName
{
border-color: #C2218E;
}
.TagClassName
{
border-color: #C2218E;
}
</style>