Shades of Deep Magenta #C41DBF
Tints of Deep Magenta #C41DBF
RGB
CMYK
RGB Variations
Color information
#C41DBF (or 0xC41DBF) is known color: Deep Magenta. HEX triplet: C4, 1D and BF. RGB value is (196,29,191). Sum of RGB (Red+Green+Blue) = 196+29+191=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DBF is #3BE240. Grayscale: #606060. Windows color (decimal): -3924545 or 12524996. OLE color: 12524996.
HSL color Cylindrical-coordinate representation of color #C41DBF: hue angle of 301.8º 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 #C41DBF is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 191 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.23 |
| HSL | 301.8º | 0.74% | 0.44% | - |
| HSV(B) | 301.8º | 0.85% | 0.77% | - |
| XYZ | 32.61 | 16.38 | 50.73 | - |
| YUV | 97.4 | 180.83 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 191 | 0 | 0.85 | 0.03 | 0.23 | 301.8 | 0.74 | 0.44 |
| Hex | C4 | 1D | BF | 0 | 55 | 3 | 17 | 12E | 4A | 2C |
| Octal | 304 | 35 | 277 | 0 | 125 | 3 | 27 | 456 | 112 | 54 |
| Binary | 11000100 | 11101 | 10111111 | 0 | 1010101 | 11 | 10111 | 100101110 | 1001010 | 101100 |
Color Harmonies of #C41DBF
Complementary color
Monochromatic Colors of #C41DBF
Black with #C41DBF
Text Example
Text Example
White with #C41DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DBF; }
p { color: rgb(196,29,191); }
H1.HeaderClassName
{
color: #C41DBF;
}
.AnyTagClassName
{
color: #C41DBF;
}
</style>
background-color css
<style>
a { background-color: #C41DBF; }
a { background-color: rgb(196,29,191); }
div.DivClassName
{
background-color: #C41DBF;
}
.BgClassName
{
background-color: #C41DBF;
}
</style>
border-color css
<style>
span { border-color: #C41DBF; }
span { border-color: rgb(196,29,191); }
td.TdClassName
{
border-color: #C41DBF;
}
.TagClassName
{
border-color: #C41DBF;
}
</style>