Shades of Deep Magenta #C212E0
Tints of Deep Magenta #C212E0
RGB
CMYK
RGB Variations
Color information
#C212E0 (or 0xC212E0) is known color: Deep Magenta. HEX triplet: C2, 12 and E0. RGB value is (194,18,224). Sum of RGB (Red+Green+Blue) = 194+18+224=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #C212E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212E0 is #3DED1F. Grayscale: #5D5D5D. Windows color (decimal): -4058400 or 14684866. OLE color: 14684866.
HSL color Cylindrical-coordinate representation of color #C212E0: hue angle of 291.26º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C212E0 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 18 | 224 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.12 |
| HSL | 291.26º | 0.85% | 0.47% | - |
| HSV(B) | 291.26º | 0.92% | 0.88% | - |
| XYZ | 35.92 | 17.28 | 71.96 | - |
| YUV | 94.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 224 | 0.13 | 0.92 | 0 | 0.12 | 291.26 | 0.85 | 0.47 |
| Hex | C2 | 12 | E0 | D | 5C | 0 | C | 123 | 55 | 2F |
| Octal | 302 | 22 | 340 | 15 | 134 | 0 | 14 | 443 | 125 | 57 |
| Binary | 11000010 | 10010 | 11100000 | 1101 | 1011100 | 0 | 1100 | 100100011 | 1010101 | 101111 |
Color Harmonies of #C212E0
Complementary color
Monochromatic Colors of #C212E0
Black with #C212E0
Text Example
Text Example
White with #C212E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212E0; }
p { color: rgb(194,18,224); }
H1.HeaderClassName
{
color: #C212E0;
}
.AnyTagClassName
{
color: #C212E0;
}
</style>
background-color css
<style>
a { background-color: #C212E0; }
a { background-color: rgb(194,18,224); }
div.DivClassName
{
background-color: #C212E0;
}
.BgClassName
{
background-color: #C212E0;
}
</style>
border-color css
<style>
span { border-color: #C212E0; }
span { border-color: rgb(194,18,224); }
td.TdClassName
{
border-color: #C212E0;
}
.TagClassName
{
border-color: #C212E0;
}
</style>