Shades of Deep Magenta #C40FBD
Tints of Deep Magenta #C40FBD
RGB
CMYK
RGB Variations
Color information
#C40FBD (or 0xC40FBD) is known color: Deep Magenta. HEX triplet: C4, 0F and BD. RGB value is (196,15,189). Sum of RGB (Red+Green+Blue) = 196+15+189=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FBD is #3BF042. Grayscale: #585858. Windows color (decimal): -3928131 or 12390340. OLE color: 12390340.
HSL color Cylindrical-coordinate representation of color #C40FBD: hue angle of 302.32º 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 #C40FBD is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 189 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.23 |
| HSL | 302.32º | 0.86% | 0.41% | - |
| HSV(B) | 302.32º | 0.92% | 0.77% | - |
| XYZ | 32.12 | 15.75 | 49.49 | - |
| YUV | 88.96 | 184.47 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 189 | 0 | 0.92 | 0.04 | 0.23 | 302.32 | 0.86 | 0.41 |
| Hex | C4 | F | BD | 0 | 5C | 4 | 17 | 12E | 56 | 29 |
| Octal | 304 | 17 | 275 | 0 | 134 | 4 | 27 | 456 | 126 | 51 |
| Binary | 11000100 | 1111 | 10111101 | 0 | 1011100 | 100 | 10111 | 100101110 | 1010110 | 101001 |
Color Harmonies of #C40FBD
Complementary color
Monochromatic Colors of #C40FBD
Black with #C40FBD
Text Example
Text Example
White with #C40FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FBD; }
p { color: rgb(196,15,189); }
H1.HeaderClassName
{
color: #C40FBD;
}
.AnyTagClassName
{
color: #C40FBD;
}
</style>
background-color css
<style>
a { background-color: #C40FBD; }
a { background-color: rgb(196,15,189); }
div.DivClassName
{
background-color: #C40FBD;
}
.BgClassName
{
background-color: #C40FBD;
}
</style>
border-color css
<style>
span { border-color: #C40FBD; }
span { border-color: rgb(196,15,189); }
td.TdClassName
{
border-color: #C40FBD;
}
.TagClassName
{
border-color: #C40FBD;
}
</style>