Shades of Deep Magenta #C40FDE
Tints of Deep Magenta #C40FDE
RGB
CMYK
RGB Variations
Color information
#C40FDE (or 0xC40FDE) is known color: Deep Magenta. HEX triplet: C4, 0F and DE. RGB value is (196,15,222). Sum of RGB (Red+Green+Blue) = 196+15+222=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #C40FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FDE is #3BF021. Grayscale: #5C5C5C. Windows color (decimal): -3928098 or 14553028. OLE color: 14553028.
HSL color Cylindrical-coordinate representation of color #C40FDE: hue angle of 292.46º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40FDE is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 15 | 222 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.13 |
| HSL | 292.46º | 0.87% | 0.46% | - |
| HSV(B) | 292.46º | 0.93% | 0.87% | - |
| XYZ | 36.12 | 17.35 | 70.55 | - |
| YUV | 92.72 | 200.97 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 222 | 0.12 | 0.93 | 0 | 0.13 | 292.46 | 0.87 | 0.46 |
| Hex | C4 | F | DE | C | 5D | 0 | D | 124 | 57 | 2E |
| Octal | 304 | 17 | 336 | 14 | 135 | 0 | 15 | 444 | 127 | 56 |
| Binary | 11000100 | 1111 | 11011110 | 1100 | 1011101 | 0 | 1101 | 100100100 | 1010111 | 101110 |
Color Harmonies of #C40FDE
Complementary color
Monochromatic Colors of #C40FDE
Black with #C40FDE
Text Example
Text Example
White with #C40FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FDE; }
p { color: rgb(196,15,222); }
H1.HeaderClassName
{
color: #C40FDE;
}
.AnyTagClassName
{
color: #C40FDE;
}
</style>
background-color css
<style>
a { background-color: #C40FDE; }
a { background-color: rgb(196,15,222); }
div.DivClassName
{
background-color: #C40FDE;
}
.BgClassName
{
background-color: #C40FDE;
}
</style>
border-color css
<style>
span { border-color: #C40FDE; }
span { border-color: rgb(196,15,222); }
td.TdClassName
{
border-color: #C40FDE;
}
.TagClassName
{
border-color: #C40FDE;
}
</style>