Shades of Deep Magenta #C40DBB
Tints of Deep Magenta #C40DBB
RGB
CMYK
RGB Variations
Color information
#C40DBB (or 0xC40DBB) is known color: Deep Magenta. HEX triplet: C4, 0D and BB. RGB value is (196,13,187). Sum of RGB (Red+Green+Blue) = 196+13+187=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DBB is #3BF244. Grayscale: #575757. Windows color (decimal): -3928645 or 12258756. OLE color: 12258756.
HSL color Cylindrical-coordinate representation of color #C40DBB: hue angle of 302.95º 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 #C40DBB is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 187 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.23 |
| HSL | 302.95º | 0.88% | 0.41% | - |
| HSV(B) | 302.95º | 0.93% | 0.77% | - |
| XYZ | 31.88 | 15.61 | 48.35 | - |
| YUV | 87.55 | 184.13 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 187 | 0 | 0.93 | 0.05 | 0.23 | 302.95 | 0.88 | 0.41 |
| Hex | C4 | D | BB | 0 | 5D | 5 | 17 | 12F | 58 | 29 |
| Octal | 304 | 15 | 273 | 0 | 135 | 5 | 27 | 457 | 130 | 51 |
| Binary | 11000100 | 1101 | 10111011 | 0 | 1011101 | 101 | 10111 | 100101111 | 1011000 | 101001 |
Color Harmonies of #C40DBB
Complementary color
Monochromatic Colors of #C40DBB
Black with #C40DBB
Text Example
Text Example
White with #C40DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40DBB; }
p { color: rgb(196,13,187); }
H1.HeaderClassName
{
color: #C40DBB;
}
.AnyTagClassName
{
color: #C40DBB;
}
</style>
background-color css
<style>
a { background-color: #C40DBB; }
a { background-color: rgb(196,13,187); }
div.DivClassName
{
background-color: #C40DBB;
}
.BgClassName
{
background-color: #C40DBB;
}
</style>
border-color css
<style>
span { border-color: #C40DBB; }
span { border-color: rgb(196,13,187); }
td.TdClassName
{
border-color: #C40DBB;
}
.TagClassName
{
border-color: #C40DBB;
}
</style>