Shades of Deep Magenta #C419DA
Tints of Deep Magenta #C419DA
RGB
CMYK
RGB Variations
Color information
#C419DA (or 0xC419DA) is known color: Deep Magenta. HEX triplet: C4, 19 and DA. RGB value is (196,25,218). Sum of RGB (Red+Green+Blue) = 196+25+218=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #C419DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419DA is #3BE625. Grayscale: #616161. Windows color (decimal): -3925542 or 14293444. OLE color: 14293444.
HSL color Cylindrical-coordinate representation of color #C419DA: hue angle of 293.16º 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 #C419DA is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 25 | 218 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.15 |
| HSL | 293.16º | 0.79% | 0.48% | - |
| HSV(B) | 293.16º | 0.89% | 0.85% | - |
| XYZ | 35.77 | 17.49 | 67.82 | - |
| YUV | 98.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 218 | 0.10 | 0.89 | 0 | 0.15 | 293.16 | 0.79 | 0.48 |
| Hex | C4 | 19 | DA | A | 59 | 0 | F | 125 | 4F | 30 |
| Octal | 304 | 31 | 332 | 12 | 131 | 0 | 17 | 445 | 117 | 60 |
| Binary | 11000100 | 11001 | 11011010 | 1010 | 1011001 | 0 | 1111 | 100100101 | 1001111 | 110000 |
Color Harmonies of #C419DA
Complementary color
Monochromatic Colors of #C419DA
Black with #C419DA
Text Example
Text Example
White with #C419DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419DA; }
p { color: rgb(196,25,218); }
H1.HeaderClassName
{
color: #C419DA;
}
.AnyTagClassName
{
color: #C419DA;
}
</style>
background-color css
<style>
a { background-color: #C419DA; }
a { background-color: rgb(196,25,218); }
div.DivClassName
{
background-color: #C419DA;
}
.BgClassName
{
background-color: #C419DA;
}
</style>
border-color css
<style>
span { border-color: #C419DA; }
span { border-color: rgb(196,25,218); }
td.TdClassName
{
border-color: #C419DA;
}
.TagClassName
{
border-color: #C419DA;
}
</style>