Shades of Deep Magenta #C419D8
Tints of Deep Magenta #C419D8
RGB
CMYK
RGB Variations
Color information
#C419D8 (or 0xC419D8) is known color: Deep Magenta. HEX triplet: C4, 19 and D8. RGB value is (196,25,216). Sum of RGB (Red+Green+Blue) = 196+25+216=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 216 (84.77% from 255 or 49.43% from 437); Max value from RGB is 216 - color contains mainly: blue. Hex color #C419D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419D8 is #3BE627. Grayscale: #616161. Windows color (decimal): -3925544 or 14162372. OLE color: 14162372.
HSL color Cylindrical-coordinate representation of color #C419D8: hue angle of 293.72º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C419D8 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 25 | 216 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.15 |
| HSL | 293.72º | 0.79% | 0.47% | - |
| HSV(B) | 293.72º | 0.88% | 0.85% | - |
| XYZ | 35.51 | 17.39 | 66.45 | - |
| YUV | 97.9 | 194.65 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 216 | 0.09 | 0.88 | 0 | 0.15 | 293.72 | 0.79 | 0.47 |
| Hex | C4 | 19 | D8 | 9 | 58 | 0 | F | 126 | 4F | 2F |
| Octal | 304 | 31 | 330 | 11 | 130 | 0 | 17 | 446 | 117 | 57 |
| Binary | 11000100 | 11001 | 11011000 | 1001 | 1011000 | 0 | 1111 | 100100110 | 1001111 | 101111 |
Color Harmonies of #C419D8
Complementary color
Monochromatic Colors of #C419D8
Black with #C419D8
Text Example
Text Example
White with #C419D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419D8; }
p { color: rgb(196,25,216); }
H1.HeaderClassName
{
color: #C419D8;
}
.AnyTagClassName
{
color: #C419D8;
}
</style>
background-color css
<style>
a { background-color: #C419D8; }
a { background-color: rgb(196,25,216); }
div.DivClassName
{
background-color: #C419D8;
}
.BgClassName
{
background-color: #C419D8;
}
</style>
border-color css
<style>
span { border-color: #C419D8; }
span { border-color: rgb(196,25,216); }
td.TdClassName
{
border-color: #C419D8;
}
.TagClassName
{
border-color: #C419D8;
}
</style>