Shades of Deep Magenta #C40FB0
Tints of Deep Magenta #C40FB0
RGB
CMYK
RGB Variations
Color information
#C40FB0 (or 0xC40FB0) is known color: Deep Magenta. HEX triplet: C4, 0F and B0. RGB value is (196,15,176). Sum of RGB (Red+Green+Blue) = 196+15+176=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FB0 is #3BF04F. Grayscale: #575757. Windows color (decimal): -3928144 or 11538372. OLE color: 11538372.
HSL color Cylindrical-coordinate representation of color #C40FB0: hue angle of 306.63º 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 #C40FB0 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 176 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.23 |
| HSL | 306.63º | 0.86% | 0.41% | - |
| HSV(B) | 306.63º | 0.92% | 0.77% | - |
| XYZ | 30.77 | 15.21 | 42.39 | - |
| YUV | 87.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 176 | 0 | 0.92 | 0.10 | 0.23 | 306.63 | 0.86 | 0.41 |
| Hex | C4 | F | B0 | 0 | 5C | A | 17 | 133 | 56 | 29 |
| Octal | 304 | 17 | 260 | 0 | 134 | 12 | 27 | 463 | 126 | 51 |
| Binary | 11000100 | 1111 | 10110000 | 0 | 1011100 | 1010 | 10111 | 100110011 | 1010110 | 101001 |
Color Harmonies of #C40FB0
Complementary color
Monochromatic Colors of #C40FB0
Black with #C40FB0
Text Example
Text Example
White with #C40FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FB0; }
p { color: rgb(196,15,176); }
H1.HeaderClassName
{
color: #C40FB0;
}
.AnyTagClassName
{
color: #C40FB0;
}
</style>
background-color css
<style>
a { background-color: #C40FB0; }
a { background-color: rgb(196,15,176); }
div.DivClassName
{
background-color: #C40FB0;
}
.BgClassName
{
background-color: #C40FB0;
}
</style>
border-color css
<style>
span { border-color: #C40FB0; }
span { border-color: rgb(196,15,176); }
td.TdClassName
{
border-color: #C40FB0;
}
.TagClassName
{
border-color: #C40FB0;
}
</style>