Shades of Deep Magenta #C41DBD
Tints of Deep Magenta #C41DBD
RGB
CMYK
RGB Variations
Color information
#C41DBD (or 0xC41DBD) is known color: Deep Magenta. HEX triplet: C4, 1D and BD. RGB value is (196,29,189). Sum of RGB (Red+Green+Blue) = 196+29+189=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DBD is #3BE242. Grayscale: #606060. Windows color (decimal): -3924547 or 12393924. OLE color: 12393924.
HSL color Cylindrical-coordinate representation of color #C41DBD: hue angle of 302.51º 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 #C41DBD is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 189 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.23 |
| HSL | 302.52º | 0.74% | 0.44% | - |
| HSV(B) | 302.52º | 0.85% | 0.77% | - |
| XYZ | 32.39 | 16.29 | 49.58 | - |
| YUV | 97.17 | 179.83 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 189 | 0 | 0.85 | 0.04 | 0.23 | 302.52 | 0.74 | 0.44 |
| Hex | C4 | 1D | BD | 0 | 55 | 4 | 17 | 12F | 4A | 2C |
| Octal | 304 | 35 | 275 | 0 | 125 | 4 | 27 | 457 | 112 | 54 |
| Binary | 11000100 | 11101 | 10111101 | 0 | 1010101 | 100 | 10111 | 100101111 | 1001010 | 101100 |
Color Harmonies of #C41DBD
Complementary color
Monochromatic Colors of #C41DBD
Black with #C41DBD
Text Example
Text Example
White with #C41DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DBD; }
p { color: rgb(196,29,189); }
H1.HeaderClassName
{
color: #C41DBD;
}
.AnyTagClassName
{
color: #C41DBD;
}
</style>
background-color css
<style>
a { background-color: #C41DBD; }
a { background-color: rgb(196,29,189); }
div.DivClassName
{
background-color: #C41DBD;
}
.BgClassName
{
background-color: #C41DBD;
}
</style>
border-color css
<style>
span { border-color: #C41DBD; }
span { border-color: rgb(196,29,189); }
td.TdClassName
{
border-color: #C41DBD;
}
.TagClassName
{
border-color: #C41DBD;
}
</style>