Shades of Deep Magenta #C40BDB
Tints of Deep Magenta #C40BDB
RGB
CMYK
RGB Variations
Color information
#C40BDB (or 0xC40BDB) is known color: Deep Magenta. HEX triplet: C4, 0B and DB. RGB value is (196,11,219). Sum of RGB (Red+Green+Blue) = 196+11+219=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #C40BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BDB is #3BF424. Grayscale: #595959. Windows color (decimal): -3929125 or 14355396. OLE color: 14355396.
HSL color Cylindrical-coordinate representation of color #C40BDB: hue angle of 293.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40BDB is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 11 | 219 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.14 |
| HSL | 293.37º | 0.9% | 0.45% | - |
| HSV(B) | 293.37º | 0.95% | 0.86% | - |
| XYZ | 35.67 | 17.09 | 68.44 | - |
| YUV | 90.03 | 200.79 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 219 | 0.11 | 0.95 | 0 | 0.14 | 293.37 | 0.9 | 0.45 |
| Hex | C4 | B | DB | B | 5F | 0 | E | 125 | 5A | 2D |
| Octal | 304 | 13 | 333 | 13 | 137 | 0 | 16 | 445 | 132 | 55 |
| Binary | 11000100 | 1011 | 11011011 | 1011 | 1011111 | 0 | 1110 | 100100101 | 1011010 | 101101 |
Color Harmonies of #C40BDB
Complementary color
Monochromatic Colors of #C40BDB
Black with #C40BDB
Text Example
Text Example
White with #C40BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BDB; }
p { color: rgb(196,11,219); }
H1.HeaderClassName
{
color: #C40BDB;
}
.AnyTagClassName
{
color: #C40BDB;
}
</style>
background-color css
<style>
a { background-color: #C40BDB; }
a { background-color: rgb(196,11,219); }
div.DivClassName
{
background-color: #C40BDB;
}
.BgClassName
{
background-color: #C40BDB;
}
</style>
border-color css
<style>
span { border-color: #C40BDB; }
span { border-color: rgb(196,11,219); }
td.TdClassName
{
border-color: #C40BDB;
}
.TagClassName
{
border-color: #C40BDB;
}
</style>