Shades of Deep Magenta #C218E0
Tints of Deep Magenta #C218E0
RGB
CMYK
RGB Variations
Color information
#C218E0 (or 0xC218E0) is known color: Deep Magenta. HEX triplet: C2, 18 and E0. RGB value is (194,24,224). Sum of RGB (Red+Green+Blue) = 194+24+224=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #C218E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218E0 is #3DE71F. Grayscale: #616161. Windows color (decimal): -4056864 or 14686402. OLE color: 14686402.
HSL color Cylindrical-coordinate representation of color #C218E0: hue angle of 291º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C218E0 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 24 | 224 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.12 |
| HSL | 291º | 0.81% | 0.49% | - |
| HSV(B) | 291º | 0.89% | 0.88% | - |
| XYZ | 36.03 | 17.5 | 72 | - |
| YUV | 97.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 224 | 0.13 | 0.89 | 0 | 0.12 | 291 | 0.81 | 0.49 |
| Hex | C2 | 18 | E0 | D | 59 | 0 | C | 123 | 51 | 31 |
| Octal | 302 | 30 | 340 | 15 | 131 | 0 | 14 | 443 | 121 | 61 |
| Binary | 11000010 | 11000 | 11100000 | 1101 | 1011001 | 0 | 1100 | 100100011 | 1010001 | 110001 |
Color Harmonies of #C218E0
Complementary color
Monochromatic Colors of #C218E0
Black with #C218E0
Text Example
Text Example
White with #C218E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218E0; }
p { color: rgb(194,24,224); }
H1.HeaderClassName
{
color: #C218E0;
}
.AnyTagClassName
{
color: #C218E0;
}
</style>
background-color css
<style>
a { background-color: #C218E0; }
a { background-color: rgb(194,24,224); }
div.DivClassName
{
background-color: #C218E0;
}
.BgClassName
{
background-color: #C218E0;
}
</style>
border-color css
<style>
span { border-color: #C218E0; }
span { border-color: rgb(194,24,224); }
td.TdClassName
{
border-color: #C218E0;
}
.TagClassName
{
border-color: #C218E0;
}
</style>