Shades of Deep Magenta #B40CCD
Tints of Deep Magenta #B40CCD
RGB
CMYK
RGB Variations
Color information
#B40CCD (or 0xB40CCD) is known color: Deep Magenta. HEX triplet: B4, 0C and CD. RGB value is (180,12,205). Sum of RGB (Red+Green+Blue) = 180+12+205=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #B40CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CCD is #4BF332. Grayscale: #535353. Windows color (decimal): -4977459 or 13438132. OLE color: 13438132.
HSL color Cylindrical-coordinate representation of color #B40CCD: hue angle of 292.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CCD is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 12 | 205 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.20 |
| HSL | 292.23º | 0.89% | 0.43% | - |
| HSV(B) | 292.23º | 0.94% | 0.8% | - |
| XYZ | 29.97 | 14.37 | 58.95 | - |
| YUV | 84.23 | 196.16 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 205 | 0.12 | 0.94 | 0 | 0.20 | 292.23 | 0.89 | 0.43 |
| Hex | B4 | C | CD | C | 5E | 0 | 14 | 124 | 59 | 2B |
| Octal | 264 | 14 | 315 | 14 | 136 | 0 | 24 | 444 | 131 | 53 |
| Binary | 10110100 | 1100 | 11001101 | 1100 | 1011110 | 0 | 10100 | 100100100 | 1011001 | 101011 |
Color Harmonies of #B40CCD
Complementary color
Monochromatic Colors of #B40CCD
Black with #B40CCD
Text Example
Text Example
White with #B40CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CCD; }
p { color: rgb(180,12,205); }
H1.HeaderClassName
{
color: #B40CCD;
}
.AnyTagClassName
{
color: #B40CCD;
}
</style>
background-color css
<style>
a { background-color: #B40CCD; }
a { background-color: rgb(180,12,205); }
div.DivClassName
{
background-color: #B40CCD;
}
.BgClassName
{
background-color: #B40CCD;
}
</style>
border-color css
<style>
span { border-color: #B40CCD; }
span { border-color: rgb(180,12,205); }
td.TdClassName
{
border-color: #B40CCD;
}
.TagClassName
{
border-color: #B40CCD;
}
</style>