Shades of Deep Magenta #C40DDD
Tints of Deep Magenta #C40DDD
RGB
CMYK
RGB Variations
Color information
#C40DDD (or 0xC40DDD) is known color: Deep Magenta. HEX triplet: C4, 0D and DD. RGB value is (196,13,221). Sum of RGB (Red+Green+Blue) = 196+13+221=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #C40DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DDD is #3BF222. Grayscale: #5A5A5A. Windows color (decimal): -3928611 or 14486980. OLE color: 14486980.
HSL color Cylindrical-coordinate representation of color #C40DDD: hue angle of 292.79º 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 #C40DDD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 13 | 221 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.13 |
| HSL | 292.79º | 0.89% | 0.46% | - |
| HSV(B) | 292.79º | 0.94% | 0.87% | - |
| XYZ | 35.96 | 17.24 | 69.84 | - |
| YUV | 91.43 | 201.13 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 221 | 0.11 | 0.94 | 0 | 0.13 | 292.79 | 0.89 | 0.46 |
| Hex | C4 | D | DD | B | 5E | 0 | D | 125 | 59 | 2E |
| Octal | 304 | 15 | 335 | 13 | 136 | 0 | 15 | 445 | 131 | 56 |
| Binary | 11000100 | 1101 | 11011101 | 1011 | 1011110 | 0 | 1101 | 100100101 | 1011001 | 101110 |
Color Harmonies of #C40DDD
Complementary color
Monochromatic Colors of #C40DDD
Black with #C40DDD
Text Example
Text Example
White with #C40DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40DDD; }
p { color: rgb(196,13,221); }
H1.HeaderClassName
{
color: #C40DDD;
}
.AnyTagClassName
{
color: #C40DDD;
}
</style>
background-color css
<style>
a { background-color: #C40DDD; }
a { background-color: rgb(196,13,221); }
div.DivClassName
{
background-color: #C40DDD;
}
.BgClassName
{
background-color: #C40DDD;
}
</style>
border-color css
<style>
span { border-color: #C40DDD; }
span { border-color: rgb(196,13,221); }
td.TdClassName
{
border-color: #C40DDD;
}
.TagClassName
{
border-color: #C40DDD;
}
</style>