Shades of Deep Magenta #C219DA
Tints of Deep Magenta #C219DA
RGB
CMYK
RGB Variations
Color information
#C219DA (or 0xC219DA) is known color: Deep Magenta. HEX triplet: C2, 19 and DA. RGB value is (194,25,218). Sum of RGB (Red+Green+Blue) = 194+25+218=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #C219DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219DA is #3DE625. Grayscale: #606060. Windows color (decimal): -4056614 or 14293442. OLE color: 14293442.
HSL color Cylindrical-coordinate representation of color #C219DA: hue angle of 292.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C219DA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 25 | 218 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.15 |
| HSL | 292.54º | 0.79% | 0.48% | - |
| HSV(B) | 292.54º | 0.89% | 0.85% | - |
| XYZ | 35.25 | 17.23 | 67.8 | - |
| YUV | 97.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 218 | 0.11 | 0.89 | 0 | 0.15 | 292.54 | 0.79 | 0.48 |
| Hex | C2 | 19 | DA | B | 59 | 0 | F | 125 | 4F | 30 |
| Octal | 302 | 31 | 332 | 13 | 131 | 0 | 17 | 445 | 117 | 60 |
| Binary | 11000010 | 11001 | 11011010 | 1011 | 1011001 | 0 | 1111 | 100100101 | 1001111 | 110000 |
Color Harmonies of #C219DA
Complementary color
Monochromatic Colors of #C219DA
Black with #C219DA
Text Example
Text Example
White with #C219DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219DA; }
p { color: rgb(194,25,218); }
H1.HeaderClassName
{
color: #C219DA;
}
.AnyTagClassName
{
color: #C219DA;
}
</style>
background-color css
<style>
a { background-color: #C219DA; }
a { background-color: rgb(194,25,218); }
div.DivClassName
{
background-color: #C219DA;
}
.BgClassName
{
background-color: #C219DA;
}
</style>
border-color css
<style>
span { border-color: #C219DA; }
span { border-color: rgb(194,25,218); }
td.TdClassName
{
border-color: #C219DA;
}
.TagClassName
{
border-color: #C219DA;
}
</style>