Shades of Deep Magenta #C21DD5
Tints of Deep Magenta #C21DD5
RGB
CMYK
RGB Variations
Color information
#C21DD5 (or 0xC21DD5) is known color: Deep Magenta. HEX triplet: C2, 1D and D5. RGB value is (194,29,213). Sum of RGB (Red+Green+Blue) = 194+29+213=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #C21DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DD5 is #3DE22A. Grayscale: #626262. Windows color (decimal): -4055595 or 13966786. OLE color: 13966786.
HSL color Cylindrical-coordinate representation of color #C21DD5: hue angle of 293.8º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21DD5 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 29 | 213 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.16 |
| HSL | 293.8º | 0.76% | 0.47% | - |
| HSV(B) | 293.8º | 0.86% | 0.84% | - |
| XYZ | 34.7 | 17.15 | 64.43 | - |
| YUV | 99.31 | 192.16 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 213 | 0.09 | 0.86 | 0 | 0.16 | 293.8 | 0.76 | 0.47 |
| Hex | C2 | 1D | D5 | 9 | 56 | 0 | 10 | 126 | 4C | 2F |
| Octal | 302 | 35 | 325 | 11 | 126 | 0 | 20 | 446 | 114 | 57 |
| Binary | 11000010 | 11101 | 11010101 | 1001 | 1010110 | 0 | 10000 | 100100110 | 1001100 | 101111 |
Color Harmonies of #C21DD5
Complementary color
Monochromatic Colors of #C21DD5
Black with #C21DD5
Text Example
Text Example
White with #C21DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DD5; }
p { color: rgb(194,29,213); }
H1.HeaderClassName
{
color: #C21DD5;
}
.AnyTagClassName
{
color: #C21DD5;
}
</style>
background-color css
<style>
a { background-color: #C21DD5; }
a { background-color: rgb(194,29,213); }
div.DivClassName
{
background-color: #C21DD5;
}
.BgClassName
{
background-color: #C21DD5;
}
</style>
border-color css
<style>
span { border-color: #C21DD5; }
span { border-color: rgb(194,29,213); }
td.TdClassName
{
border-color: #C21DD5;
}
.TagClassName
{
border-color: #C21DD5;
}
</style>