Shades of Deep Magenta #C219DE
Tints of Deep Magenta #C219DE
RGB
CMYK
RGB Variations
Color information
#C219DE (or 0xC219DE) is known color: Deep Magenta. HEX triplet: C2, 19 and DE. RGB value is (194,25,222). Sum of RGB (Red+Green+Blue) = 194+25+222=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #C219DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219DE is #3DE621. Grayscale: #616161. Windows color (decimal): -4056610 or 14555586. OLE color: 14555586.
HSL color Cylindrical-coordinate representation of color #C219DE: hue angle of 291.47º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C219DE is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 25 | 222 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.13 |
| HSL | 291.47º | 0.8% | 0.48% | - |
| HSV(B) | 291.47º | 0.89% | 0.87% | - |
| XYZ | 35.78 | 17.44 | 70.59 | - |
| YUV | 97.99 | 197.99 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 222 | 0.13 | 0.89 | 0 | 0.13 | 291.47 | 0.8 | 0.48 |
| Hex | C2 | 19 | DE | D | 59 | 0 | D | 123 | 50 | 30 |
| Octal | 302 | 31 | 336 | 15 | 131 | 0 | 15 | 443 | 120 | 60 |
| Binary | 11000010 | 11001 | 11011110 | 1101 | 1011001 | 0 | 1101 | 100100011 | 1010000 | 110000 |
Color Harmonies of #C219DE
Complementary color
Monochromatic Colors of #C219DE
Black with #C219DE
Text Example
Text Example
White with #C219DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219DE; }
p { color: rgb(194,25,222); }
H1.HeaderClassName
{
color: #C219DE;
}
.AnyTagClassName
{
color: #C219DE;
}
</style>
background-color css
<style>
a { background-color: #C219DE; }
a { background-color: rgb(194,25,222); }
div.DivClassName
{
background-color: #C219DE;
}
.BgClassName
{
background-color: #C219DE;
}
</style>
border-color css
<style>
span { border-color: #C219DE; }
span { border-color: rgb(194,25,222); }
td.TdClassName
{
border-color: #C219DE;
}
.TagClassName
{
border-color: #C219DE;
}
</style>