Shades of Deep Magenta #C405DB
Tints of Deep Magenta #C405DB
RGB
CMYK
RGB Variations
Color information
#C405DB (or 0xC405DB) is known color: Deep Magenta. HEX triplet: C4, 05 and DB. RGB value is (196,5,219). Sum of RGB (Red+Green+Blue) = 196+5+219=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #C405DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405DB is #3BFA24. Grayscale: #555555. Windows color (decimal): -3930661 or 14353860. OLE color: 14353860.
HSL color Cylindrical-coordinate representation of color #C405DB: hue angle of 293.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405DB is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 5 | 219 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.14 |
| HSL | 293.55º | 0.96% | 0.44% | - |
| HSV(B) | 293.55º | 0.98% | 0.86% | - |
| XYZ | 35.61 | 16.96 | 68.41 | - |
| YUV | 86.51 | 202.78 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 219 | 0.11 | 0.98 | 0 | 0.14 | 293.55 | 0.96 | 0.44 |
| Hex | C4 | 5 | DB | B | 62 | 0 | E | 126 | 60 | 2C |
| Octal | 304 | 5 | 333 | 13 | 142 | 0 | 16 | 446 | 140 | 54 |
| Binary | 11000100 | 101 | 11011011 | 1011 | 1100010 | 0 | 1110 | 100100110 | 1100000 | 101100 |
Color Harmonies of #C405DB
Complementary color
Monochromatic Colors of #C405DB
Black with #C405DB
Text Example
Text Example
White with #C405DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405DB; }
p { color: rgb(196,5,219); }
H1.HeaderClassName
{
color: #C405DB;
}
.AnyTagClassName
{
color: #C405DB;
}
</style>
background-color css
<style>
a { background-color: #C405DB; }
a { background-color: rgb(196,5,219); }
div.DivClassName
{
background-color: #C405DB;
}
.BgClassName
{
background-color: #C405DB;
}
</style>
border-color css
<style>
span { border-color: #C405DB; }
span { border-color: rgb(196,5,219); }
td.TdClassName
{
border-color: #C405DB;
}
.TagClassName
{
border-color: #C405DB;
}
</style>