Shades of Deep Magenta #C819DA
Tints of Deep Magenta #C819DA
RGB
CMYK
RGB Variations
Color information
#C819DA (or 0xC819DA) is known color: Deep Magenta. HEX triplet: C8, 19 and DA. RGB value is (200,25,218). Sum of RGB (Red+Green+Blue) = 200+25+218=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #C819DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819DA is #37E625. Grayscale: #626262. Windows color (decimal): -3663398 or 14293448. OLE color: 14293448.
HSL color Cylindrical-coordinate representation of color #C819DA: hue angle of 294.4º 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 #C819DA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 25 | 218 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.15 |
| HSL | 294.4º | 0.79% | 0.48% | - |
| HSV(B) | 294.4º | 0.89% | 0.85% | - |
| XYZ | 36.82 | 18.04 | 67.87 | - |
| YUV | 99.33 | 194.98 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 218 | 0.08 | 0.89 | 0 | 0.15 | 294.4 | 0.79 | 0.48 |
| Hex | C8 | 19 | DA | 8 | 59 | 0 | F | 126 | 4F | 30 |
| Octal | 310 | 31 | 332 | 10 | 131 | 0 | 17 | 446 | 117 | 60 |
| Binary | 11001000 | 11001 | 11011010 | 1000 | 1011001 | 0 | 1111 | 100100110 | 1001111 | 110000 |
Color Harmonies of #C819DA
Complementary color
Monochromatic Colors of #C819DA
Black with #C819DA
Text Example
Text Example
White with #C819DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819DA; }
p { color: rgb(200,25,218); }
H1.HeaderClassName
{
color: #C819DA;
}
.AnyTagClassName
{
color: #C819DA;
}
</style>
background-color css
<style>
a { background-color: #C819DA; }
a { background-color: rgb(200,25,218); }
div.DivClassName
{
background-color: #C819DA;
}
.BgClassName
{
background-color: #C819DA;
}
</style>
border-color css
<style>
span { border-color: #C819DA; }
span { border-color: rgb(200,25,218); }
td.TdClassName
{
border-color: #C819DA;
}
.TagClassName
{
border-color: #C819DA;
}
</style>