Shades of Deep Magenta #C21EDC
Tints of Deep Magenta #C21EDC
RGB
CMYK
RGB Variations
Color information
#C21EDC (or 0xC21EDC) is known color: Deep Magenta. HEX triplet: C2, 1E and DC. RGB value is (194,30,220). Sum of RGB (Red+Green+Blue) = 194+30+220=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #C21EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21EDC is #3DE123. Grayscale: #646464. Windows color (decimal): -4055332 or 14425794. OLE color: 14425794.
HSL color Cylindrical-coordinate representation of color #C21EDC: hue angle of 291.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21EDC is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 30 | 220 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.14 |
| HSL | 291.79º | 0.76% | 0.49% | - |
| HSV(B) | 291.79º | 0.86% | 0.86% | - |
| XYZ | 35.63 | 17.57 | 69.22 | - |
| YUV | 100.7 | 195.33 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 220 | 0.12 | 0.86 | 0 | 0.14 | 291.79 | 0.76 | 0.49 |
| Hex | C2 | 1E | DC | C | 56 | 0 | E | 124 | 4C | 31 |
| Octal | 302 | 36 | 334 | 14 | 126 | 0 | 16 | 444 | 114 | 61 |
| Binary | 11000010 | 11110 | 11011100 | 1100 | 1010110 | 0 | 1110 | 100100100 | 1001100 | 110001 |
Color Harmonies of #C21EDC
Complementary color
Monochromatic Colors of #C21EDC
Black with #C21EDC
Text Example
Text Example
White with #C21EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21EDC; }
p { color: rgb(194,30,220); }
H1.HeaderClassName
{
color: #C21EDC;
}
.AnyTagClassName
{
color: #C21EDC;
}
</style>
background-color css
<style>
a { background-color: #C21EDC; }
a { background-color: rgb(194,30,220); }
div.DivClassName
{
background-color: #C21EDC;
}
.BgClassName
{
background-color: #C21EDC;
}
</style>
border-color css
<style>
span { border-color: #C21EDC; }
span { border-color: rgb(194,30,220); }
td.TdClassName
{
border-color: #C21EDC;
}
.TagClassName
{
border-color: #C21EDC;
}
</style>