Shades of Deep Magenta #C41DB4
Tints of Deep Magenta #C41DB4
RGB
CMYK
RGB Variations
Color information
#C41DB4 (or 0xC41DB4) is known color: Deep Magenta. HEX triplet: C4, 1D and B4. RGB value is (196,29,180). Sum of RGB (Red+Green+Blue) = 196+29+180=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DB4 is #3BE24B. Grayscale: #5F5F5F. Windows color (decimal): -3924556 or 11804100. OLE color: 11804100.
HSL color Cylindrical-coordinate representation of color #C41DB4: hue angle of 305.75º 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 #C41DB4 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 180 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.23 |
| HSL | 305.75º | 0.74% | 0.44% | - |
| HSV(B) | 305.75º | 0.85% | 0.77% | - |
| XYZ | 31.44 | 15.91 | 44.59 | - |
| YUV | 96.15 | 175.33 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 180 | 0 | 0.85 | 0.08 | 0.23 | 305.75 | 0.74 | 0.44 |
| Hex | C4 | 1D | B4 | 0 | 55 | 8 | 17 | 132 | 4A | 2C |
| Octal | 304 | 35 | 264 | 0 | 125 | 10 | 27 | 462 | 112 | 54 |
| Binary | 11000100 | 11101 | 10110100 | 0 | 1010101 | 1000 | 10111 | 100110010 | 1001010 | 101100 |
Color Harmonies of #C41DB4
Complementary color
Monochromatic Colors of #C41DB4
Black with #C41DB4
Text Example
Text Example
White with #C41DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DB4; }
p { color: rgb(196,29,180); }
H1.HeaderClassName
{
color: #C41DB4;
}
.AnyTagClassName
{
color: #C41DB4;
}
</style>
background-color css
<style>
a { background-color: #C41DB4; }
a { background-color: rgb(196,29,180); }
div.DivClassName
{
background-color: #C41DB4;
}
.BgClassName
{
background-color: #C41DB4;
}
</style>
border-color css
<style>
span { border-color: #C41DB4; }
span { border-color: rgb(196,29,180); }
td.TdClassName
{
border-color: #C41DB4;
}
.TagClassName
{
border-color: #C41DB4;
}
</style>