Shades of Deep Magenta #C412DB
Tints of Deep Magenta #C412DB
RGB
CMYK
RGB Variations
Color information
#C412DB (or 0xC412DB) is known color: Deep Magenta. HEX triplet: C4, 12 and DB. RGB value is (196,18,219). Sum of RGB (Red+Green+Blue) = 196+18+219=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #C412DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412DB is #3BED24. Grayscale: #5D5D5D. Windows color (decimal): -3927333 or 14357188. OLE color: 14357188.
HSL color Cylindrical-coordinate representation of color #C412DB: hue angle of 293.13º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C412DB is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 18 | 219 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.14 |
| HSL | 293.13º | 0.85% | 0.46% | - |
| HSV(B) | 293.13º | 0.92% | 0.86% | - |
| XYZ | 35.77 | 17.28 | 68.47 | - |
| YUV | 94.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 219 | 0.11 | 0.92 | 0 | 0.14 | 293.13 | 0.85 | 0.46 |
| Hex | C4 | 12 | DB | B | 5C | 0 | E | 125 | 55 | 2E |
| Octal | 304 | 22 | 333 | 13 | 134 | 0 | 16 | 445 | 125 | 56 |
| Binary | 11000100 | 10010 | 11011011 | 1011 | 1011100 | 0 | 1110 | 100100101 | 1010101 | 101110 |
Color Harmonies of #C412DB
Complementary color
Monochromatic Colors of #C412DB
Black with #C412DB
Text Example
Text Example
White with #C412DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C412DB; }
p { color: rgb(196,18,219); }
H1.HeaderClassName
{
color: #C412DB;
}
.AnyTagClassName
{
color: #C412DB;
}
</style>
background-color css
<style>
a { background-color: #C412DB; }
a { background-color: rgb(196,18,219); }
div.DivClassName
{
background-color: #C412DB;
}
.BgClassName
{
background-color: #C412DB;
}
</style>
border-color css
<style>
span { border-color: #C412DB; }
span { border-color: rgb(196,18,219); }
td.TdClassName
{
border-color: #C412DB;
}
.TagClassName
{
border-color: #C412DB;
}
</style>