Shades of Deep Magenta #C40FB6
Tints of Deep Magenta #C40FB6
RGB
CMYK
RGB Variations
Color information
#C40FB6 (or 0xC40FB6) is known color: Deep Magenta. HEX triplet: C4, 0F and B6. RGB value is (196,15,182). Sum of RGB (Red+Green+Blue) = 196+15+182=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FB6 is #3BF049. Grayscale: #575757. Windows color (decimal): -3928138 or 11931588. OLE color: 11931588.
HSL color Cylindrical-coordinate representation of color #C40FB6: hue angle of 304.64º 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 #C40FB6 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 182 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.23 |
| HSL | 304.64º | 0.86% | 0.41% | - |
| HSV(B) | 304.64º | 0.92% | 0.77% | - |
| XYZ | 31.38 | 15.45 | 45.59 | - |
| YUV | 88.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 182 | 0 | 0.92 | 0.07 | 0.23 | 304.64 | 0.86 | 0.41 |
| Hex | C4 | F | B6 | 0 | 5C | 7 | 17 | 131 | 56 | 29 |
| Octal | 304 | 17 | 266 | 0 | 134 | 7 | 27 | 461 | 126 | 51 |
| Binary | 11000100 | 1111 | 10110110 | 0 | 1011100 | 111 | 10111 | 100110001 | 1010110 | 101001 |
Color Harmonies of #C40FB6
Complementary color
Monochromatic Colors of #C40FB6
Black with #C40FB6
Text Example
Text Example
White with #C40FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FB6; }
p { color: rgb(196,15,182); }
H1.HeaderClassName
{
color: #C40FB6;
}
.AnyTagClassName
{
color: #C40FB6;
}
</style>
background-color css
<style>
a { background-color: #C40FB6; }
a { background-color: rgb(196,15,182); }
div.DivClassName
{
background-color: #C40FB6;
}
.BgClassName
{
background-color: #C40FB6;
}
</style>
border-color css
<style>
span { border-color: #C40FB6; }
span { border-color: rgb(196,15,182); }
td.TdClassName
{
border-color: #C40FB6;
}
.TagClassName
{
border-color: #C40FB6;
}
</style>