Shades of Deep Magenta #C41DBE
Tints of Deep Magenta #C41DBE
RGB
CMYK
RGB Variations
Color information
#C41DBE (or 0xC41DBE) is known color: Deep Magenta. HEX triplet: C4, 1D and BE. RGB value is (196,29,190). Sum of RGB (Red+Green+Blue) = 196+29+190=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DBE is #3BE241. Grayscale: #606060. Windows color (decimal): -3924546 or 12459460. OLE color: 12459460.
HSL color Cylindrical-coordinate representation of color #C41DBE: hue angle of 302.16º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41DBE is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 190 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.23 |
| HSL | 302.16º | 0.74% | 0.44% | - |
| HSV(B) | 302.16º | 0.85% | 0.77% | - |
| XYZ | 32.5 | 16.33 | 50.15 | - |
| YUV | 97.29 | 180.33 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 190 | 0 | 0.85 | 0.03 | 0.23 | 302.16 | 0.74 | 0.44 |
| Hex | C4 | 1D | BE | 0 | 55 | 3 | 17 | 12E | 4A | 2C |
| Octal | 304 | 35 | 276 | 0 | 125 | 3 | 27 | 456 | 112 | 54 |
| Binary | 11000100 | 11101 | 10111110 | 0 | 1010101 | 11 | 10111 | 100101110 | 1001010 | 101100 |
Color Harmonies of #C41DBE
Complementary color
Monochromatic Colors of #C41DBE
Black with #C41DBE
Text Example
Text Example
White with #C41DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DBE; }
p { color: rgb(196,29,190); }
H1.HeaderClassName
{
color: #C41DBE;
}
.AnyTagClassName
{
color: #C41DBE;
}
</style>
background-color css
<style>
a { background-color: #C41DBE; }
a { background-color: rgb(196,29,190); }
div.DivClassName
{
background-color: #C41DBE;
}
.BgClassName
{
background-color: #C41DBE;
}
</style>
border-color css
<style>
span { border-color: #C41DBE; }
span { border-color: rgb(196,29,190); }
td.TdClassName
{
border-color: #C41DBE;
}
.TagClassName
{
border-color: #C41DBE;
}
</style>