Shades of Deep Magenta #C212DA
Tints of Deep Magenta #C212DA
RGB
CMYK
RGB Variations
Color information
#C212DA (or 0xC212DA) is known color: Deep Magenta. HEX triplet: C2, 12 and DA. RGB value is (194,18,218). Sum of RGB (Red+Green+Blue) = 194+18+218=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #C212DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212DA is #3DED25. Grayscale: #5C5C5C. Windows color (decimal): -4058406 or 14291650. OLE color: 14291650.
HSL color Cylindrical-coordinate representation of color #C212DA: hue angle of 292.8º 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 #C212DA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 18 | 218 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.15 |
| HSL | 292.8º | 0.85% | 0.46% | - |
| HSV(B) | 292.8º | 0.92% | 0.85% | - |
| XYZ | 35.12 | 16.96 | 67.75 | - |
| YUV | 93.42 | 198.31 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 218 | 0.11 | 0.92 | 0 | 0.15 | 292.8 | 0.85 | 0.46 |
| Hex | C2 | 12 | DA | B | 5C | 0 | F | 125 | 55 | 2E |
| Octal | 302 | 22 | 332 | 13 | 134 | 0 | 17 | 445 | 125 | 56 |
| Binary | 11000010 | 10010 | 11011010 | 1011 | 1011100 | 0 | 1111 | 100100101 | 1010101 | 101110 |
Color Harmonies of #C212DA
Complementary color
Monochromatic Colors of #C212DA
Black with #C212DA
Text Example
Text Example
White with #C212DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212DA; }
p { color: rgb(194,18,218); }
H1.HeaderClassName
{
color: #C212DA;
}
.AnyTagClassName
{
color: #C212DA;
}
</style>
background-color css
<style>
a { background-color: #C212DA; }
a { background-color: rgb(194,18,218); }
div.DivClassName
{
background-color: #C212DA;
}
.BgClassName
{
background-color: #C212DA;
}
</style>
border-color css
<style>
span { border-color: #C212DA; }
span { border-color: rgb(194,18,218); }
td.TdClassName
{
border-color: #C212DA;
}
.TagClassName
{
border-color: #C212DA;
}
</style>