Shades of Deep Magenta #C40DBF
Tints of Deep Magenta #C40DBF
RGB
CMYK
RGB Variations
Color information
#C40DBF (or 0xC40DBF) is known color: Deep Magenta. HEX triplet: C4, 0D and BF. RGB value is (196,13,191). Sum of RGB (Red+Green+Blue) = 196+13+191=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DBF is #3BF240. Grayscale: #575757. Windows color (decimal): -3928641 or 12520900. OLE color: 12520900.
HSL color Cylindrical-coordinate representation of color #C40DBF: hue angle of 301.64º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40DBF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 191 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.23 |
| HSL | 301.64º | 0.88% | 0.41% | - |
| HSV(B) | 301.64º | 0.93% | 0.77% | - |
| XYZ | 32.31 | 15.79 | 50.63 | - |
| YUV | 88.01 | 186.13 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 191 | 0 | 0.93 | 0.03 | 0.23 | 301.64 | 0.88 | 0.41 |
| Hex | C4 | D | BF | 0 | 5D | 3 | 17 | 12E | 58 | 29 |
| Octal | 304 | 15 | 277 | 0 | 135 | 3 | 27 | 456 | 130 | 51 |
| Binary | 11000100 | 1101 | 10111111 | 0 | 1011101 | 11 | 10111 | 100101110 | 1011000 | 101001 |
Color Harmonies of #C40DBF
Complementary color
Monochromatic Colors of #C40DBF
Black with #C40DBF
Text Example
Text Example
White with #C40DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40DBF; }
p { color: rgb(196,13,191); }
H1.HeaderClassName
{
color: #C40DBF;
}
.AnyTagClassName
{
color: #C40DBF;
}
</style>
background-color css
<style>
a { background-color: #C40DBF; }
a { background-color: rgb(196,13,191); }
div.DivClassName
{
background-color: #C40DBF;
}
.BgClassName
{
background-color: #C40DBF;
}
</style>
border-color css
<style>
span { border-color: #C40DBF; }
span { border-color: rgb(196,13,191); }
td.TdClassName
{
border-color: #C40DBF;
}
.TagClassName
{
border-color: #C40DBF;
}
</style>