Shades of Deep Magenta #C40FC1
Tints of Deep Magenta #C40FC1
RGB
CMYK
RGB Variations
Color information
#C40FC1 (or 0xC40FC1) is known color: Deep Magenta. HEX triplet: C4, 0F and C1. RGB value is (196,15,193). Sum of RGB (Red+Green+Blue) = 196+15+193=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FC1 is #3BF03E. Grayscale: #585858. Windows color (decimal): -3928127 or 12652484. OLE color: 12652484.
HSL color Cylindrical-coordinate representation of color #C40FC1: hue angle of 300.99º 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 #C40FC1 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 193 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.23 |
| HSL | 300.99º | 0.86% | 0.41% | - |
| HSV(B) | 300.99º | 0.92% | 0.77% | - |
| XYZ | 32.56 | 15.93 | 51.81 | - |
| YUV | 89.41 | 186.47 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 193 | 0 | 0.92 | 0.02 | 0.23 | 300.99 | 0.86 | 0.41 |
| Hex | C4 | F | C1 | 0 | 5C | 2 | 17 | 12D | 56 | 29 |
| Octal | 304 | 17 | 301 | 0 | 134 | 2 | 27 | 455 | 126 | 51 |
| Binary | 11000100 | 1111 | 11000001 | 0 | 1011100 | 10 | 10111 | 100101101 | 1010110 | 101001 |
Color Harmonies of #C40FC1
Complementary color
Monochromatic Colors of #C40FC1
Black with #C40FC1
Text Example
Text Example
White with #C40FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FC1; }
p { color: rgb(196,15,193); }
H1.HeaderClassName
{
color: #C40FC1;
}
.AnyTagClassName
{
color: #C40FC1;
}
</style>
background-color css
<style>
a { background-color: #C40FC1; }
a { background-color: rgb(196,15,193); }
div.DivClassName
{
background-color: #C40FC1;
}
.BgClassName
{
background-color: #C40FC1;
}
</style>
border-color css
<style>
span { border-color: #C40FC1; }
span { border-color: rgb(196,15,193); }
td.TdClassName
{
border-color: #C40FC1;
}
.TagClassName
{
border-color: #C40FC1;
}
</style>