Shades of Deep Magenta #C211D0
Tints of Deep Magenta #C211D0
RGB
CMYK
RGB Variations
Color information
#C211D0 (or 0xC211D0) is known color: Deep Magenta. HEX triplet: C2, 11 and D0. RGB value is (194,17,208). Sum of RGB (Red+Green+Blue) = 194+17+208=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #C211D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211D0 is #3DEE2F. Grayscale: #5B5B5B. Windows color (decimal): -4058672 or 13636034. OLE color: 13636034.
HSL color Cylindrical-coordinate representation of color #C211D0: hue angle of 295.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C211D0 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 17 | 208 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.18 |
| HSL | 295.6º | 0.85% | 0.44% | - |
| HSV(B) | 295.6º | 0.92% | 0.82% | - |
| XYZ | 33.83 | 16.42 | 61.06 | - |
| YUV | 91.7 | 193.64 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 208 | 0.07 | 0.92 | 0 | 0.18 | 295.6 | 0.85 | 0.44 |
| Hex | C2 | 11 | D0 | 7 | 5C | 0 | 12 | 128 | 55 | 2C |
| Octal | 302 | 21 | 320 | 7 | 134 | 0 | 22 | 450 | 125 | 54 |
| Binary | 11000010 | 10001 | 11010000 | 111 | 1011100 | 0 | 10010 | 100101000 | 1010101 | 101100 |
Color Harmonies of #C211D0
Complementary color
Monochromatic Colors of #C211D0
Black with #C211D0
Text Example
Text Example
White with #C211D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211D0; }
p { color: rgb(194,17,208); }
H1.HeaderClassName
{
color: #C211D0;
}
.AnyTagClassName
{
color: #C211D0;
}
</style>
background-color css
<style>
a { background-color: #C211D0; }
a { background-color: rgb(194,17,208); }
div.DivClassName
{
background-color: #C211D0;
}
.BgClassName
{
background-color: #C211D0;
}
</style>
border-color css
<style>
span { border-color: #C211D0; }
span { border-color: rgb(194,17,208); }
td.TdClassName
{
border-color: #C211D0;
}
.TagClassName
{
border-color: #C211D0;
}
</style>