Shades of Deep Magenta #C219C1
Tints of Deep Magenta #C219C1
RGB
CMYK
RGB Variations
Color information
#C219C1 (or 0xC219C1) is known color: Deep Magenta. HEX triplet: C2, 19 and C1. RGB value is (194,25,193). Sum of RGB (Red+Green+Blue) = 194+25+193=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C219C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219C1 is #3DE63E. Grayscale: #5E5E5E. Windows color (decimal): -4056639 or 12655042. OLE color: 12655042.
HSL color Cylindrical-coordinate representation of color #C219C1: hue angle of 300.36º 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 #C219C1 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 193 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.24 |
| HSL | 300.36º | 0.77% | 0.43% | - |
| HSV(B) | 300.36º | 0.87% | 0.76% | - |
| XYZ | 32.22 | 16.01 | 51.85 | - |
| YUV | 94.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 193 | 0 | 0.87 | 0.01 | 0.24 | 300.36 | 0.77 | 0.43 |
| Hex | C2 | 19 | C1 | 0 | 57 | 1 | 18 | 12C | 4D | 2B |
| Octal | 302 | 31 | 301 | 0 | 127 | 1 | 30 | 454 | 115 | 53 |
| Binary | 11000010 | 11001 | 11000001 | 0 | 1010111 | 1 | 11000 | 100101100 | 1001101 | 101011 |
Color Harmonies of #C219C1
Complementary color
Monochromatic Colors of #C219C1
Black with #C219C1
Text Example
Text Example
White with #C219C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219C1; }
p { color: rgb(194,25,193); }
H1.HeaderClassName
{
color: #C219C1;
}
.AnyTagClassName
{
color: #C219C1;
}
</style>
background-color css
<style>
a { background-color: #C219C1; }
a { background-color: rgb(194,25,193); }
div.DivClassName
{
background-color: #C219C1;
}
.BgClassName
{
background-color: #C219C1;
}
</style>
border-color css
<style>
span { border-color: #C219C1; }
span { border-color: rgb(194,25,193); }
td.TdClassName
{
border-color: #C219C1;
}
.TagClassName
{
border-color: #C219C1;
}
</style>