Shades of Deep Magenta #C419DF
Tints of Deep Magenta #C419DF
RGB
CMYK
RGB Variations
Color information
#C419DF (or 0xC419DF) is known color: Deep Magenta. HEX triplet: C4, 19 and DF. RGB value is (196,25,223). Sum of RGB (Red+Green+Blue) = 196+25+223=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #C419DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419DF is #3BE620. Grayscale: #626262. Windows color (decimal): -3925537 or 14621124. OLE color: 14621124.
HSL color Cylindrical-coordinate representation of color #C419DF: hue angle of 291.82º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C419DF is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 25 | 223 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.13 |
| HSL | 291.82º | 0.8% | 0.49% | - |
| HSV(B) | 291.82º | 0.89% | 0.87% | - |
| XYZ | 36.43 | 17.76 | 71.32 | - |
| YUV | 98.7 | 198.15 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 223 | 0.12 | 0.89 | 0 | 0.13 | 291.82 | 0.8 | 0.49 |
| Hex | C4 | 19 | DF | C | 59 | 0 | D | 124 | 50 | 31 |
| Octal | 304 | 31 | 337 | 14 | 131 | 0 | 15 | 444 | 120 | 61 |
| Binary | 11000100 | 11001 | 11011111 | 1100 | 1011001 | 0 | 1101 | 100100100 | 1010000 | 110001 |
Color Harmonies of #C419DF
Complementary color
Monochromatic Colors of #C419DF
Black with #C419DF
Text Example
Text Example
White with #C419DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419DF; }
p { color: rgb(196,25,223); }
H1.HeaderClassName
{
color: #C419DF;
}
.AnyTagClassName
{
color: #C419DF;
}
</style>
background-color css
<style>
a { background-color: #C419DF; }
a { background-color: rgb(196,25,223); }
div.DivClassName
{
background-color: #C419DF;
}
.BgClassName
{
background-color: #C419DF;
}
</style>
border-color css
<style>
span { border-color: #C419DF; }
span { border-color: rgb(196,25,223); }
td.TdClassName
{
border-color: #C419DF;
}
.TagClassName
{
border-color: #C419DF;
}
</style>