Shades of Deep Magenta #C21ECE
Tints of Deep Magenta #C21ECE
RGB
CMYK
RGB Variations
Color information
#C21ECE (or 0xC21ECE) is known color: Deep Magenta. HEX triplet: C2, 1E and CE. RGB value is (194,30,206). Sum of RGB (Red+Green+Blue) = 194+30+206=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #C21ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ECE is #3DE131. Grayscale: #626262. Windows color (decimal): -4055346 or 13508290. OLE color: 13508290.
HSL color Cylindrical-coordinate representation of color #C21ECE: hue angle of 295.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21ECE is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 30 | 206 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.19 |
| HSL | 295.91º | 0.75% | 0.46% | - |
| HSV(B) | 295.91º | 0.85% | 0.81% | - |
| XYZ | 33.85 | 16.85 | 59.86 | - |
| YUV | 99.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 206 | 0.06 | 0.85 | 0 | 0.19 | 295.91 | 0.75 | 0.46 |
| Hex | C2 | 1E | CE | 6 | 55 | 0 | 13 | 128 | 4B | 2E |
| Octal | 302 | 36 | 316 | 6 | 125 | 0 | 23 | 450 | 113 | 56 |
| Binary | 11000010 | 11110 | 11001110 | 110 | 1010101 | 0 | 10011 | 100101000 | 1001011 | 101110 |
Color Harmonies of #C21ECE
Complementary color
Monochromatic Colors of #C21ECE
Black with #C21ECE
Text Example
Text Example
White with #C21ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21ECE; }
p { color: rgb(194,30,206); }
H1.HeaderClassName
{
color: #C21ECE;
}
.AnyTagClassName
{
color: #C21ECE;
}
</style>
background-color css
<style>
a { background-color: #C21ECE; }
a { background-color: rgb(194,30,206); }
div.DivClassName
{
background-color: #C21ECE;
}
.BgClassName
{
background-color: #C21ECE;
}
</style>
border-color css
<style>
span { border-color: #C21ECE; }
span { border-color: rgb(194,30,206); }
td.TdClassName
{
border-color: #C21ECE;
}
.TagClassName
{
border-color: #C21ECE;
}
</style>