Shades of Deep Magenta #C40DC8
Tints of Deep Magenta #C40DC8
RGB
CMYK
RGB Variations
Color information
#C40DC8 (or 0xC40DC8) is known color: Deep Magenta. HEX triplet: C4, 0D and C8. RGB value is (196,13,200). Sum of RGB (Red+Green+Blue) = 196+13+200=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #C40DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DC8 is #3BF237. Grayscale: #585858. Windows color (decimal): -3928632 or 13110724. OLE color: 13110724.
HSL color Cylindrical-coordinate representation of color #C40DC8: hue angle of 298.72º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40DC8 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 13 | 200 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.22 |
| HSL | 298.72º | 0.88% | 0.42% | - |
| HSV(B) | 298.72º | 0.94% | 0.78% | - |
| XYZ | 33.33 | 16.19 | 56.01 | - |
| YUV | 89.04 | 190.63 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 200 | 0.02 | 0.94 | 0 | 0.22 | 298.72 | 0.88 | 0.42 |
| Hex | C4 | D | C8 | 2 | 5E | 0 | 16 | 12B | 58 | 2A |
| Octal | 304 | 15 | 310 | 2 | 136 | 0 | 26 | 453 | 130 | 52 |
| Binary | 11000100 | 1101 | 11001000 | 10 | 1011110 | 0 | 10110 | 100101011 | 1011000 | 101010 |
Color Harmonies of #C40DC8
Complementary color
Monochromatic Colors of #C40DC8
Black with #C40DC8
Text Example
Text Example
White with #C40DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40DC8; }
p { color: rgb(196,13,200); }
H1.HeaderClassName
{
color: #C40DC8;
}
.AnyTagClassName
{
color: #C40DC8;
}
</style>
background-color css
<style>
a { background-color: #C40DC8; }
a { background-color: rgb(196,13,200); }
div.DivClassName
{
background-color: #C40DC8;
}
.BgClassName
{
background-color: #C40DC8;
}
</style>
border-color css
<style>
span { border-color: #C40DC8; }
span { border-color: rgb(196,13,200); }
td.TdClassName
{
border-color: #C40DC8;
}
.TagClassName
{
border-color: #C40DC8;
}
</style>