Shades of Deep Magenta #C40FAD
Tints of Deep Magenta #C40FAD
RGB
CMYK
RGB Variations
Color information
#C40FAD (or 0xC40FAD) is known color: Deep Magenta. HEX triplet: C4, 0F and AD. RGB value is (196,15,173). Sum of RGB (Red+Green+Blue) = 196+15+173=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FAD is #3BF052. Grayscale: #565656. Windows color (decimal): -3928147 or 11341764. OLE color: 11341764.
HSL color Cylindrical-coordinate representation of color #C40FAD: hue angle of 307.62º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40FAD is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 173 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.23 |
| HSL | 307.62º | 0.86% | 0.41% | - |
| HSV(B) | 307.62º | 0.92% | 0.77% | - |
| XYZ | 30.48 | 15.09 | 40.84 | - |
| YUV | 87.13 | 176.47 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 173 | 0 | 0.92 | 0.12 | 0.23 | 307.62 | 0.86 | 0.41 |
| Hex | C4 | F | AD | 0 | 5C | C | 17 | 134 | 56 | 29 |
| Octal | 304 | 17 | 255 | 0 | 134 | 14 | 27 | 464 | 126 | 51 |
| Binary | 11000100 | 1111 | 10101101 | 0 | 1011100 | 1100 | 10111 | 100110100 | 1010110 | 101001 |
Color Harmonies of #C40FAD
Complementary color
Monochromatic Colors of #C40FAD
Black with #C40FAD
Text Example
Text Example
White with #C40FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FAD; }
p { color: rgb(196,15,173); }
H1.HeaderClassName
{
color: #C40FAD;
}
.AnyTagClassName
{
color: #C40FAD;
}
</style>
background-color css
<style>
a { background-color: #C40FAD; }
a { background-color: rgb(196,15,173); }
div.DivClassName
{
background-color: #C40FAD;
}
.BgClassName
{
background-color: #C40FAD;
}
</style>
border-color css
<style>
span { border-color: #C40FAD; }
span { border-color: rgb(196,15,173); }
td.TdClassName
{
border-color: #C40FAD;
}
.TagClassName
{
border-color: #C40FAD;
}
</style>