Shades of Medium Violet Red #C2218A
Tints of Medium Violet Red #C2218A
RGB
CMYK
RGB Variations
Color information
#C2218A (or 0xC2218A) is known color: Medium Violet Red. HEX triplet: C2, 21 and 8A. RGB value is (194,33,138). Sum of RGB (Red+Green+Blue) = 194+33+138=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2218A is #3DDE75. Grayscale: #5C5C5C. Windows color (decimal): -4054646 or 9052610. OLE color: 9052610.
HSL color Cylindrical-coordinate representation of color #C2218A: hue angle of 320.87º 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 #C2218A is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 138 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.24 |
| HSL | 320.87º | 0.71% | 0.45% | - |
| HSV(B) | 320.87º | 0.83% | 0.76% | - |
| XYZ | 27.38 | 14.39 | 25.38 | - |
| YUV | 93.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 138 | 0 | 0.83 | 0.29 | 0.24 | 320.87 | 0.71 | 0.45 |
| Hex | C2 | 21 | 8A | 0 | 53 | 1D | 18 | 141 | 47 | 2D |
| Octal | 302 | 41 | 212 | 0 | 123 | 35 | 30 | 501 | 107 | 55 |
| Binary | 11000010 | 100001 | 10001010 | 0 | 1010011 | 11101 | 11000 | 101000001 | 1000111 | 101101 |
Color Harmonies of #C2218A
Complementary color
Monochromatic Colors of #C2218A
Black with #C2218A
Text Example
Text Example
White with #C2218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2218A; }
p { color: rgb(194,33,138); }
H1.HeaderClassName
{
color: #C2218A;
}
.AnyTagClassName
{
color: #C2218A;
}
</style>
background-color css
<style>
a { background-color: #C2218A; }
a { background-color: rgb(194,33,138); }
div.DivClassName
{
background-color: #C2218A;
}
.BgClassName
{
background-color: #C2218A;
}
</style>
border-color css
<style>
span { border-color: #C2218A; }
span { border-color: rgb(194,33,138); }
td.TdClassName
{
border-color: #C2218A;
}
.TagClassName
{
border-color: #C2218A;
}
</style>