Shades of Deep Magenta #C40FBB
Tints of Deep Magenta #C40FBB
RGB
CMYK
RGB Variations
Color information
#C40FBB (or 0xC40FBB) is known color: Deep Magenta. HEX triplet: C4, 0F and BB. RGB value is (196,15,187). Sum of RGB (Red+Green+Blue) = 196+15+187=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FBB is #3BF044. Grayscale: #585858. Windows color (decimal): -3928133 or 12259268. OLE color: 12259268.
HSL color Cylindrical-coordinate representation of color #C40FBB: hue angle of 302.98º 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 #C40FBB is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 187 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.23 |
| HSL | 302.98º | 0.86% | 0.41% | - |
| HSV(B) | 302.98º | 0.92% | 0.77% | - |
| XYZ | 31.91 | 15.67 | 48.36 | - |
| YUV | 88.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 187 | 0 | 0.92 | 0.05 | 0.23 | 302.98 | 0.86 | 0.41 |
| Hex | C4 | F | BB | 0 | 5C | 5 | 17 | 12F | 56 | 29 |
| Octal | 304 | 17 | 273 | 0 | 134 | 5 | 27 | 457 | 126 | 51 |
| Binary | 11000100 | 1111 | 10111011 | 0 | 1011100 | 101 | 10111 | 100101111 | 1010110 | 101001 |
Color Harmonies of #C40FBB
Complementary color
Monochromatic Colors of #C40FBB
Black with #C40FBB
Text Example
Text Example
White with #C40FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FBB; }
p { color: rgb(196,15,187); }
H1.HeaderClassName
{
color: #C40FBB;
}
.AnyTagClassName
{
color: #C40FBB;
}
</style>
background-color css
<style>
a { background-color: #C40FBB; }
a { background-color: rgb(196,15,187); }
div.DivClassName
{
background-color: #C40FBB;
}
.BgClassName
{
background-color: #C40FBB;
}
</style>
border-color css
<style>
span { border-color: #C40FBB; }
span { border-color: rgb(196,15,187); }
td.TdClassName
{
border-color: #C40FBB;
}
.TagClassName
{
border-color: #C40FBB;
}
</style>