Shades of Deep Magenta #C41DDD
Tints of Deep Magenta #C41DDD
RGB
CMYK
RGB Variations
Color information
#C41DDD (or 0xC41DDD) is known color: Deep Magenta. HEX triplet: C4, 1D and DD. RGB value is (196,29,221). Sum of RGB (Red+Green+Blue) = 196+29+221=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #C41DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DDD is #3BE222. Grayscale: #646464. Windows color (decimal): -3924515 or 14491076. OLE color: 14491076.
HSL color Cylindrical-coordinate representation of color #C41DDD: hue angle of 292.19º 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 #C41DDD is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 29 | 221 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.13 |
| HSL | 292.19º | 0.77% | 0.49% | - |
| HSV(B) | 292.19º | 0.87% | 0.87% | - |
| XYZ | 36.26 | 17.83 | 69.94 | - |
| YUV | 100.82 | 195.83 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 221 | 0.11 | 0.87 | 0 | 0.13 | 292.19 | 0.77 | 0.49 |
| Hex | C4 | 1D | DD | B | 57 | 0 | D | 124 | 4D | 31 |
| Octal | 304 | 35 | 335 | 13 | 127 | 0 | 15 | 444 | 115 | 61 |
| Binary | 11000100 | 11101 | 11011101 | 1011 | 1010111 | 0 | 1101 | 100100100 | 1001101 | 110001 |
Color Harmonies of #C41DDD
Complementary color
Monochromatic Colors of #C41DDD
Black with #C41DDD
Text Example
Text Example
White with #C41DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DDD; }
p { color: rgb(196,29,221); }
H1.HeaderClassName
{
color: #C41DDD;
}
.AnyTagClassName
{
color: #C41DDD;
}
</style>
background-color css
<style>
a { background-color: #C41DDD; }
a { background-color: rgb(196,29,221); }
div.DivClassName
{
background-color: #C41DDD;
}
.BgClassName
{
background-color: #C41DDD;
}
</style>
border-color css
<style>
span { border-color: #C41DDD; }
span { border-color: rgb(196,29,221); }
td.TdClassName
{
border-color: #C41DDD;
}
.TagClassName
{
border-color: #C41DDD;
}
</style>