Shades of Deep Magenta #C21EBE
Tints of Deep Magenta #C21EBE
RGB
CMYK
RGB Variations
Color information
#C21EBE (or 0xC21EBE) is known color: Deep Magenta. HEX triplet: C2, 1E and BE. RGB value is (194,30,190). Sum of RGB (Red+Green+Blue) = 194+30+190=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21EBE is #3DE141. Grayscale: #606060. Windows color (decimal): -4055362 or 12459714. OLE color: 12459714.
HSL color Cylindrical-coordinate representation of color #C21EBE: hue angle of 301.46º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21EBE is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 190 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.24 |
| HSL | 301.46º | 0.73% | 0.44% | - |
| HSV(B) | 301.46º | 0.85% | 0.76% | - |
| XYZ | 32.01 | 16.12 | 50.14 | - |
| YUV | 97.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 190 | 0 | 0.85 | 0.02 | 0.24 | 301.46 | 0.73 | 0.44 |
| Hex | C2 | 1E | BE | 0 | 55 | 2 | 18 | 12D | 49 | 2C |
| Octal | 302 | 36 | 276 | 0 | 125 | 2 | 30 | 455 | 111 | 54 |
| Binary | 11000010 | 11110 | 10111110 | 0 | 1010101 | 10 | 11000 | 100101101 | 1001001 | 101100 |
Color Harmonies of #C21EBE
Complementary color
Monochromatic Colors of #C21EBE
Black with #C21EBE
Text Example
Text Example
White with #C21EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21EBE; }
p { color: rgb(194,30,190); }
H1.HeaderClassName
{
color: #C21EBE;
}
.AnyTagClassName
{
color: #C21EBE;
}
</style>
background-color css
<style>
a { background-color: #C21EBE; }
a { background-color: rgb(194,30,190); }
div.DivClassName
{
background-color: #C21EBE;
}
.BgClassName
{
background-color: #C21EBE;
}
</style>
border-color css
<style>
span { border-color: #C21EBE; }
span { border-color: rgb(194,30,190); }
td.TdClassName
{
border-color: #C21EBE;
}
.TagClassName
{
border-color: #C21EBE;
}
</style>