Shades of Deep Magenta #C40FC0
Tints of Deep Magenta #C40FC0
RGB
CMYK
RGB Variations
Color information
#C40FC0 (or 0xC40FC0) is known color: Deep Magenta. HEX triplet: C4, 0F and C0. RGB value is (196,15,192). Sum of RGB (Red+Green+Blue) = 196+15+192=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FC0 is #3BF03F. Grayscale: #585858. Windows color (decimal): -3928128 or 12586948. OLE color: 12586948.
HSL color Cylindrical-coordinate representation of color #C40FC0: hue angle of 301.33º 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 #C40FC0 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 192 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.23 |
| HSL | 301.33º | 0.86% | 0.41% | - |
| HSV(B) | 301.33º | 0.92% | 0.77% | - |
| XYZ | 32.45 | 15.88 | 51.22 | - |
| YUV | 89.3 | 185.97 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 192 | 0 | 0.92 | 0.02 | 0.23 | 301.33 | 0.86 | 0.41 |
| Hex | C4 | F | C0 | 0 | 5C | 2 | 17 | 12D | 56 | 29 |
| Octal | 304 | 17 | 300 | 0 | 134 | 2 | 27 | 455 | 126 | 51 |
| Binary | 11000100 | 1111 | 11000000 | 0 | 1011100 | 10 | 10111 | 100101101 | 1010110 | 101001 |
Color Harmonies of #C40FC0
Complementary color
Monochromatic Colors of #C40FC0
Black with #C40FC0
Text Example
Text Example
White with #C40FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FC0; }
p { color: rgb(196,15,192); }
H1.HeaderClassName
{
color: #C40FC0;
}
.AnyTagClassName
{
color: #C40FC0;
}
</style>
background-color css
<style>
a { background-color: #C40FC0; }
a { background-color: rgb(196,15,192); }
div.DivClassName
{
background-color: #C40FC0;
}
.BgClassName
{
background-color: #C40FC0;
}
</style>
border-color css
<style>
span { border-color: #C40FC0; }
span { border-color: rgb(196,15,192); }
td.TdClassName
{
border-color: #C40FC0;
}
.TagClassName
{
border-color: #C40FC0;
}
</style>