Shades of Deep Magenta #C211DC
Tints of Deep Magenta #C211DC
RGB
CMYK
RGB Variations
Color information
#C211DC (or 0xC211DC) is known color: Deep Magenta. HEX triplet: C2, 11 and DC. RGB value is (194,17,220). Sum of RGB (Red+Green+Blue) = 194+17+220=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #C211DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211DC is #3DEE23. Grayscale: #5C5C5C. Windows color (decimal): -4058660 or 14422466. OLE color: 14422466.
HSL color Cylindrical-coordinate representation of color #C211DC: hue angle of 292.32º degrees, saturation: 0.86, 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 #C211DC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 17 | 220 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.14 |
| HSL | 292.32º | 0.86% | 0.46% | - |
| HSV(B) | 292.32º | 0.92% | 0.86% | - |
| XYZ | 35.37 | 17.04 | 69.13 | - |
| YUV | 93.07 | 199.64 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 220 | 0.12 | 0.92 | 0 | 0.14 | 292.32 | 0.86 | 0.46 |
| Hex | C2 | 11 | DC | C | 5C | 0 | E | 124 | 56 | 2E |
| Octal | 302 | 21 | 334 | 14 | 134 | 0 | 16 | 444 | 126 | 56 |
| Binary | 11000010 | 10001 | 11011100 | 1100 | 1011100 | 0 | 1110 | 100100100 | 1010110 | 101110 |
Color Harmonies of #C211DC
Complementary color
Monochromatic Colors of #C211DC
Black with #C211DC
Text Example
Text Example
White with #C211DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211DC; }
p { color: rgb(194,17,220); }
H1.HeaderClassName
{
color: #C211DC;
}
.AnyTagClassName
{
color: #C211DC;
}
</style>
background-color css
<style>
a { background-color: #C211DC; }
a { background-color: rgb(194,17,220); }
div.DivClassName
{
background-color: #C211DC;
}
.BgClassName
{
background-color: #C211DC;
}
</style>
border-color css
<style>
span { border-color: #C211DC; }
span { border-color: rgb(194,17,220); }
td.TdClassName
{
border-color: #C211DC;
}
.TagClassName
{
border-color: #C211DC;
}
</style>