Shades of Deep Magenta #C21DCE
Tints of Deep Magenta #C21DCE
RGB
CMYK
RGB Variations
Color information
#C21DCE (or 0xC21DCE) is known color: Deep Magenta. HEX triplet: C2, 1D and CE. RGB value is (194,29,206). Sum of RGB (Red+Green+Blue) = 194+29+206=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #C21DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DCE is #3DE231. Grayscale: #616161. Windows color (decimal): -4055602 or 13508034. OLE color: 13508034.
HSL color Cylindrical-coordinate representation of color #C21DCE: hue angle of 295.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21DCE is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 29 | 206 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.19 |
| HSL | 295.93º | 0.75% | 0.46% | - |
| HSV(B) | 295.93º | 0.86% | 0.81% | - |
| XYZ | 33.83 | 16.8 | 59.85 | - |
| YUV | 98.51 | 188.66 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 206 | 0.06 | 0.86 | 0 | 0.19 | 295.93 | 0.75 | 0.46 |
| Hex | C2 | 1D | CE | 6 | 56 | 0 | 13 | 128 | 4B | 2E |
| Octal | 302 | 35 | 316 | 6 | 126 | 0 | 23 | 450 | 113 | 56 |
| Binary | 11000010 | 11101 | 11001110 | 110 | 1010110 | 0 | 10011 | 100101000 | 1001011 | 101110 |
Color Harmonies of #C21DCE
Complementary color
Monochromatic Colors of #C21DCE
Black with #C21DCE
Text Example
Text Example
White with #C21DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DCE; }
p { color: rgb(194,29,206); }
H1.HeaderClassName
{
color: #C21DCE;
}
.AnyTagClassName
{
color: #C21DCE;
}
</style>
background-color css
<style>
a { background-color: #C21DCE; }
a { background-color: rgb(194,29,206); }
div.DivClassName
{
background-color: #C21DCE;
}
.BgClassName
{
background-color: #C21DCE;
}
</style>
border-color css
<style>
span { border-color: #C21DCE; }
span { border-color: rgb(194,29,206); }
td.TdClassName
{
border-color: #C21DCE;
}
.TagClassName
{
border-color: #C21DCE;
}
</style>