Shades of Deep Magenta #C40FDC
Tints of Deep Magenta #C40FDC
RGB
CMYK
RGB Variations
Color information
#C40FDC (or 0xC40FDC) is known color: Deep Magenta. HEX triplet: C4, 0F and DC. RGB value is (196,15,220). Sum of RGB (Red+Green+Blue) = 196+15+220=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #C40FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FDC is #3BF023. Grayscale: #5B5B5B. Windows color (decimal): -3928100 or 14421956. OLE color: 14421956.
HSL color Cylindrical-coordinate representation of color #C40FDC: hue angle of 292.98º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40FDC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 15 | 220 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.14 |
| HSL | 292.98º | 0.87% | 0.46% | - |
| HSV(B) | 292.98º | 0.93% | 0.86% | - |
| XYZ | 35.85 | 17.24 | 69.15 | - |
| YUV | 92.49 | 199.97 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 220 | 0.11 | 0.93 | 0 | 0.14 | 292.98 | 0.87 | 0.46 |
| Hex | C4 | F | DC | B | 5D | 0 | E | 125 | 57 | 2E |
| Octal | 304 | 17 | 334 | 13 | 135 | 0 | 16 | 445 | 127 | 56 |
| Binary | 11000100 | 1111 | 11011100 | 1011 | 1011101 | 0 | 1110 | 100100101 | 1010111 | 101110 |
Color Harmonies of #C40FDC
Complementary color
Monochromatic Colors of #C40FDC
Black with #C40FDC
Text Example
Text Example
White with #C40FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FDC; }
p { color: rgb(196,15,220); }
H1.HeaderClassName
{
color: #C40FDC;
}
.AnyTagClassName
{
color: #C40FDC;
}
</style>
background-color css
<style>
a { background-color: #C40FDC; }
a { background-color: rgb(196,15,220); }
div.DivClassName
{
background-color: #C40FDC;
}
.BgClassName
{
background-color: #C40FDC;
}
</style>
border-color css
<style>
span { border-color: #C40FDC; }
span { border-color: rgb(196,15,220); }
td.TdClassName
{
border-color: #C40FDC;
}
.TagClassName
{
border-color: #C40FDC;
}
</style>