Shades of Deep Magenta #C40DDF
Tints of Deep Magenta #C40DDF
RGB
CMYK
RGB Variations
Color information
#C40DDF (or 0xC40DDF) is known color: Deep Magenta. HEX triplet: C4, 0D and DF. RGB value is (196,13,223). Sum of RGB (Red+Green+Blue) = 196+13+223=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #C40DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DDF is #3BF220. Grayscale: #5B5B5B. Windows color (decimal): -3928609 or 14618052. OLE color: 14618052.
HSL color Cylindrical-coordinate representation of color #C40DDF: hue angle of 292.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40DDF is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 13 | 223 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.13 |
| HSL | 292.29º | 0.89% | 0.46% | - |
| HSV(B) | 292.29º | 0.94% | 0.87% | - |
| XYZ | 36.23 | 17.35 | 71.25 | - |
| YUV | 91.66 | 202.13 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 223 | 0.12 | 0.94 | 0 | 0.13 | 292.29 | 0.89 | 0.46 |
| Hex | C4 | D | DF | C | 5E | 0 | D | 124 | 59 | 2E |
| Octal | 304 | 15 | 337 | 14 | 136 | 0 | 15 | 444 | 131 | 56 |
| Binary | 11000100 | 1101 | 11011111 | 1100 | 1011110 | 0 | 1101 | 100100100 | 1011001 | 101110 |
Color Harmonies of #C40DDF
Complementary color
Monochromatic Colors of #C40DDF
Black with #C40DDF
Text Example
Text Example
White with #C40DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40DDF; }
p { color: rgb(196,13,223); }
H1.HeaderClassName
{
color: #C40DDF;
}
.AnyTagClassName
{
color: #C40DDF;
}
</style>
background-color css
<style>
a { background-color: #C40DDF; }
a { background-color: rgb(196,13,223); }
div.DivClassName
{
background-color: #C40DDF;
}
.BgClassName
{
background-color: #C40DDF;
}
</style>
border-color css
<style>
span { border-color: #C40DDF; }
span { border-color: rgb(196,13,223); }
td.TdClassName
{
border-color: #C40DDF;
}
.TagClassName
{
border-color: #C40DDF;
}
</style>