Shades of Deep Magenta #C41DDF
Tints of Deep Magenta #C41DDF
RGB
CMYK
RGB Variations
Color information
#C41DDF (or 0xC41DDF) is known color: Deep Magenta. HEX triplet: C4, 1D and DF. RGB value is (196,29,223). Sum of RGB (Red+Green+Blue) = 196+29+223=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #C41DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DDF is #3BE220. Grayscale: #646464. Windows color (decimal): -3924513 or 14622148. OLE color: 14622148.
HSL color Cylindrical-coordinate representation of color #C41DDF: hue angle of 291.65º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41DDF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 29 | 223 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.13 |
| HSL | 291.65º | 0.77% | 0.49% | - |
| HSV(B) | 291.65º | 0.87% | 0.87% | - |
| XYZ | 36.52 | 17.94 | 71.35 | - |
| YUV | 101.05 | 196.83 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 223 | 0.12 | 0.87 | 0 | 0.13 | 291.65 | 0.77 | 0.49 |
| Hex | C4 | 1D | DF | C | 57 | 0 | D | 124 | 4D | 31 |
| Octal | 304 | 35 | 337 | 14 | 127 | 0 | 15 | 444 | 115 | 61 |
| Binary | 11000100 | 11101 | 11011111 | 1100 | 1010111 | 0 | 1101 | 100100100 | 1001101 | 110001 |
Color Harmonies of #C41DDF
Complementary color
Monochromatic Colors of #C41DDF
Black with #C41DDF
Text Example
Text Example
White with #C41DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DDF; }
p { color: rgb(196,29,223); }
H1.HeaderClassName
{
color: #C41DDF;
}
.AnyTagClassName
{
color: #C41DDF;
}
</style>
background-color css
<style>
a { background-color: #C41DDF; }
a { background-color: rgb(196,29,223); }
div.DivClassName
{
background-color: #C41DDF;
}
.BgClassName
{
background-color: #C41DDF;
}
</style>
border-color css
<style>
span { border-color: #C41DDF; }
span { border-color: rgb(196,29,223); }
td.TdClassName
{
border-color: #C41DDF;
}
.TagClassName
{
border-color: #C41DDF;
}
</style>