Shades of Deep Magenta #C40DCC
Tints of Deep Magenta #C40DCC
RGB
CMYK
RGB Variations
Color information
#C40DCC (or 0xC40DCC) is known color: Deep Magenta. HEX triplet: C4, 0D and CC. RGB value is (196,13,204). Sum of RGB (Red+Green+Blue) = 196+13+204=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #C40DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DCC is #3BF233. Grayscale: #585858. Windows color (decimal): -3928628 or 13372868. OLE color: 13372868.
HSL color Cylindrical-coordinate representation of color #C40DCC: hue angle of 297.49º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40DCC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 13 | 204 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.2 |
| HSL | 297.49º | 0.88% | 0.43% | - |
| HSV(B) | 297.49º | 0.94% | 0.8% | - |
| XYZ | 33.81 | 16.38 | 58.51 | - |
| YUV | 89.49 | 192.63 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 204 | 0.04 | 0.94 | 0 | 0.2 | 297.49 | 0.88 | 0.43 |
| Hex | C4 | D | CC | 4 | 5E | 0 | 14 | 129 | 58 | 2B |
| Octal | 304 | 15 | 314 | 4 | 136 | 0 | 24 | 451 | 130 | 53 |
| Binary | 11000100 | 1101 | 11001100 | 100 | 1011110 | 0 | 10100 | 100101001 | 1011000 | 101011 |
Color Harmonies of #C40DCC
Complementary color
Monochromatic Colors of #C40DCC
Black with #C40DCC
Text Example
Text Example
White with #C40DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40DCC; }
p { color: rgb(196,13,204); }
H1.HeaderClassName
{
color: #C40DCC;
}
.AnyTagClassName
{
color: #C40DCC;
}
</style>
background-color css
<style>
a { background-color: #C40DCC; }
a { background-color: rgb(196,13,204); }
div.DivClassName
{
background-color: #C40DCC;
}
.BgClassName
{
background-color: #C40DCC;
}
</style>
border-color css
<style>
span { border-color: #C40DCC; }
span { border-color: rgb(196,13,204); }
td.TdClassName
{
border-color: #C40DCC;
}
.TagClassName
{
border-color: #C40DCC;
}
</style>