Shades of Deep Magenta #C416DF
Tints of Deep Magenta #C416DF
RGB
CMYK
RGB Variations
Color information
#C416DF (or 0xC416DF) is known color: Deep Magenta. HEX triplet: C4, 16 and DF. RGB value is (196,22,223). Sum of RGB (Red+Green+Blue) = 196+22+223=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #C416DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416DF is #3BE920. Grayscale: #606060. Windows color (decimal): -3926305 or 14620356. OLE color: 14620356.
HSL color Cylindrical-coordinate representation of color #C416DF: hue angle of 291.94º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C416DF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 22 | 223 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.13 |
| HSL | 291.94º | 0.82% | 0.48% | - |
| HSV(B) | 291.94º | 0.9% | 0.87% | - |
| XYZ | 36.37 | 17.64 | 71.3 | - |
| YUV | 96.94 | 199.15 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 223 | 0.12 | 0.90 | 0 | 0.13 | 291.94 | 0.82 | 0.48 |
| Hex | C4 | 16 | DF | C | 5A | 0 | D | 124 | 52 | 30 |
| Octal | 304 | 26 | 337 | 14 | 132 | 0 | 15 | 444 | 122 | 60 |
| Binary | 11000100 | 10110 | 11011111 | 1100 | 1011010 | 0 | 1101 | 100100100 | 1010010 | 110000 |
Color Harmonies of #C416DF
Complementary color
Monochromatic Colors of #C416DF
Black with #C416DF
Text Example
Text Example
White with #C416DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416DF; }
p { color: rgb(196,22,223); }
H1.HeaderClassName
{
color: #C416DF;
}
.AnyTagClassName
{
color: #C416DF;
}
</style>
background-color css
<style>
a { background-color: #C416DF; }
a { background-color: rgb(196,22,223); }
div.DivClassName
{
background-color: #C416DF;
}
.BgClassName
{
background-color: #C416DF;
}
</style>
border-color css
<style>
span { border-color: #C416DF; }
span { border-color: rgb(196,22,223); }
td.TdClassName
{
border-color: #C416DF;
}
.TagClassName
{
border-color: #C416DF;
}
</style>