Shades of Medium Violet Red #C219A0
Tints of Medium Violet Red #C219A0
RGB
CMYK
RGB Variations
Color information
#C219A0 (or 0xC219A0) is known color: Medium Violet Red. HEX triplet: C2, 19 and A0. RGB value is (194,25,160). Sum of RGB (Red+Green+Blue) = 194+25+160=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C219A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C219A0 is #3DE65F. Grayscale: #5A5A5A. Windows color (decimal): -4056672 or 10492354. OLE color: 10492354.
HSL color Cylindrical-coordinate representation of color #C219A0: hue angle of 312.07º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C219A0 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 160 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.24 |
| HSL | 312.07º | 0.77% | 0.43% | - |
| HSV(B) | 312.07º | 0.87% | 0.76% | - |
| XYZ | 28.94 | 14.7 | 34.57 | - |
| YUV | 90.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 160 | 0 | 0.87 | 0.18 | 0.24 | 312.07 | 0.77 | 0.43 |
| Hex | C2 | 19 | A0 | 0 | 57 | 12 | 18 | 138 | 4D | 2B |
| Octal | 302 | 31 | 240 | 0 | 127 | 22 | 30 | 470 | 115 | 53 |
| Binary | 11000010 | 11001 | 10100000 | 0 | 1010111 | 10010 | 11000 | 100111000 | 1001101 | 101011 |
Color Harmonies of #C219A0
Complementary color
Monochromatic Colors of #C219A0
Black with #C219A0
Text Example
Text Example
White with #C219A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219A0; }
p { color: rgb(194,25,160); }
H1.HeaderClassName
{
color: #C219A0;
}
.AnyTagClassName
{
color: #C219A0;
}
</style>
background-color css
<style>
a { background-color: #C219A0; }
a { background-color: rgb(194,25,160); }
div.DivClassName
{
background-color: #C219A0;
}
.BgClassName
{
background-color: #C219A0;
}
</style>
border-color css
<style>
span { border-color: #C219A0; }
span { border-color: rgb(194,25,160); }
td.TdClassName
{
border-color: #C219A0;
}
.TagClassName
{
border-color: #C219A0;
}
</style>