Shades of Medium Violet Red #C2216C
Tints of Medium Violet Red #C2216C
RGB
CMYK
RGB Variations
Color information
#C2216C (or 0xC2216C) is known color: Medium Violet Red. HEX triplet: C2, 21 and 6C. RGB value is (194,33,108). Sum of RGB (Red+Green+Blue) = 194+33+108=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2216C is #3DDE93. Grayscale: #595959. Windows color (decimal): -4054676 or 7086530. OLE color: 7086530.
HSL color Cylindrical-coordinate representation of color #C2216C: hue angle of 332.05º 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 #C2216C is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 108 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.24 |
| HSL | 332.05º | 0.71% | 0.45% | - |
| HSV(B) | 332.05º | 0.83% | 0.76% | - |
| XYZ | 25.5 | 13.64 | 15.48 | - |
| YUV | 89.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 108 | 0 | 0.83 | 0.44 | 0.24 | 332.05 | 0.71 | 0.45 |
| Hex | C2 | 21 | 6C | 0 | 53 | 2C | 18 | 14C | 47 | 2D |
| Octal | 302 | 41 | 154 | 0 | 123 | 54 | 30 | 514 | 107 | 55 |
| Binary | 11000010 | 100001 | 1101100 | 0 | 1010011 | 101100 | 11000 | 101001100 | 1000111 | 101101 |
Color Harmonies of #C2216C
Complementary color
Monochromatic Colors of #C2216C
Black with #C2216C
Text Example
Text Example
White with #C2216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2216C; }
p { color: rgb(194,33,108); }
H1.HeaderClassName
{
color: #C2216C;
}
.AnyTagClassName
{
color: #C2216C;
}
</style>
background-color css
<style>
a { background-color: #C2216C; }
a { background-color: rgb(194,33,108); }
div.DivClassName
{
background-color: #C2216C;
}
.BgClassName
{
background-color: #C2216C;
}
</style>
border-color css
<style>
span { border-color: #C2216C; }
span { border-color: rgb(194,33,108); }
td.TdClassName
{
border-color: #C2216C;
}
.TagClassName
{
border-color: #C2216C;
}
</style>