Shades of Deep Magenta #C21DDC
Tints of Deep Magenta #C21DDC
RGB
CMYK
RGB Variations
Color information
#C21DDC (or 0xC21DDC) is known color: Deep Magenta. HEX triplet: C2, 1D and DC. RGB value is (194,29,220). Sum of RGB (Red+Green+Blue) = 194+29+220=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #C21DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DDC is #3DE223. Grayscale: #636363. Windows color (decimal): -4055588 or 14425538. OLE color: 14425538.
HSL color Cylindrical-coordinate representation of color #C21DDC: hue angle of 291.83º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21DDC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 29 | 220 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.14 |
| HSL | 291.83º | 0.77% | 0.49% | - |
| HSV(B) | 291.83º | 0.87% | 0.86% | - |
| XYZ | 35.61 | 17.52 | 69.21 | - |
| YUV | 100.11 | 195.66 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 220 | 0.12 | 0.87 | 0 | 0.14 | 291.83 | 0.77 | 0.49 |
| Hex | C2 | 1D | DC | C | 57 | 0 | E | 124 | 4D | 31 |
| Octal | 302 | 35 | 334 | 14 | 127 | 0 | 16 | 444 | 115 | 61 |
| Binary | 11000010 | 11101 | 11011100 | 1100 | 1010111 | 0 | 1110 | 100100100 | 1001101 | 110001 |
Color Harmonies of #C21DDC
Complementary color
Monochromatic Colors of #C21DDC
Black with #C21DDC
Text Example
Text Example
White with #C21DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DDC; }
p { color: rgb(194,29,220); }
H1.HeaderClassName
{
color: #C21DDC;
}
.AnyTagClassName
{
color: #C21DDC;
}
</style>
background-color css
<style>
a { background-color: #C21DDC; }
a { background-color: rgb(194,29,220); }
div.DivClassName
{
background-color: #C21DDC;
}
.BgClassName
{
background-color: #C21DDC;
}
</style>
border-color css
<style>
span { border-color: #C21DDC; }
span { border-color: rgb(194,29,220); }
td.TdClassName
{
border-color: #C21DDC;
}
.TagClassName
{
border-color: #C21DDC;
}
</style>