Shades of Deep Magenta #C412DA
Tints of Deep Magenta #C412DA
RGB
CMYK
RGB Variations
Color information
#C412DA (or 0xC412DA) is known color: Deep Magenta. HEX triplet: C4, 12 and DA. RGB value is (196,18,218). Sum of RGB (Red+Green+Blue) = 196+18+218=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #C412DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412DA is #3BED25. Grayscale: #5D5D5D. Windows color (decimal): -3927334 or 14291652. OLE color: 14291652.
HSL color Cylindrical-coordinate representation of color #C412DA: hue angle of 293.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C412DA is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 18 | 218 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.15 |
| HSL | 293.4º | 0.85% | 0.46% | - |
| HSV(B) | 293.4º | 0.92% | 0.85% | - |
| XYZ | 35.64 | 17.23 | 67.78 | - |
| YUV | 94.02 | 197.97 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 218 | 0.10 | 0.92 | 0 | 0.15 | 293.4 | 0.85 | 0.46 |
| Hex | C4 | 12 | DA | A | 5C | 0 | F | 125 | 55 | 2E |
| Octal | 304 | 22 | 332 | 12 | 134 | 0 | 17 | 445 | 125 | 56 |
| Binary | 11000100 | 10010 | 11011010 | 1010 | 1011100 | 0 | 1111 | 100100101 | 1010101 | 101110 |
Color Harmonies of #C412DA
Complementary color
Monochromatic Colors of #C412DA
Black with #C412DA
Text Example
Text Example
White with #C412DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C412DA; }
p { color: rgb(196,18,218); }
H1.HeaderClassName
{
color: #C412DA;
}
.AnyTagClassName
{
color: #C412DA;
}
</style>
background-color css
<style>
a { background-color: #C412DA; }
a { background-color: rgb(196,18,218); }
div.DivClassName
{
background-color: #C412DA;
}
.BgClassName
{
background-color: #C412DA;
}
</style>
border-color css
<style>
span { border-color: #C412DA; }
span { border-color: rgb(196,18,218); }
td.TdClassName
{
border-color: #C412DA;
}
.TagClassName
{
border-color: #C412DA;
}
</style>