Shades of Deep Magenta #C40FB1
Tints of Deep Magenta #C40FB1
RGB
CMYK
RGB Variations
Color information
#C40FB1 (or 0xC40FB1) is known color: Deep Magenta. HEX triplet: C4, 0F and B1. RGB value is (196,15,177). Sum of RGB (Red+Green+Blue) = 196+15+177=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FB1 is #3BF04E. Grayscale: #575757. Windows color (decimal): -3928143 or 11603908. OLE color: 11603908.
HSL color Cylindrical-coordinate representation of color #C40FB1: hue angle of 306.3º 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 #C40FB1 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 177 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.23 |
| HSL | 306.3º | 0.86% | 0.41% | - |
| HSV(B) | 306.3º | 0.92% | 0.77% | - |
| XYZ | 30.87 | 15.25 | 42.91 | - |
| YUV | 87.59 | 178.47 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 177 | 0 | 0.92 | 0.10 | 0.23 | 306.3 | 0.86 | 0.41 |
| Hex | C4 | F | B1 | 0 | 5C | A | 17 | 132 | 56 | 29 |
| Octal | 304 | 17 | 261 | 0 | 134 | 12 | 27 | 462 | 126 | 51 |
| Binary | 11000100 | 1111 | 10110001 | 0 | 1011100 | 1010 | 10111 | 100110010 | 1010110 | 101001 |
Color Harmonies of #C40FB1
Complementary color
Monochromatic Colors of #C40FB1
Black with #C40FB1
Text Example
Text Example
White with #C40FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FB1; }
p { color: rgb(196,15,177); }
H1.HeaderClassName
{
color: #C40FB1;
}
.AnyTagClassName
{
color: #C40FB1;
}
</style>
background-color css
<style>
a { background-color: #C40FB1; }
a { background-color: rgb(196,15,177); }
div.DivClassName
{
background-color: #C40FB1;
}
.BgClassName
{
background-color: #C40FB1;
}
</style>
border-color css
<style>
span { border-color: #C40FB1; }
span { border-color: rgb(196,15,177); }
td.TdClassName
{
border-color: #C40FB1;
}
.TagClassName
{
border-color: #C40FB1;
}
</style>