Shades of Deep Magenta #C718E5
Tints of Deep Magenta #C718E5
RGB
CMYK
RGB Variations
Color information
#C718E5 (or 0xC718E5) is known color: Deep Magenta. HEX triplet: C7, 18 and E5. RGB value is (199,24,229). Sum of RGB (Red+Green+Blue) = 199+24+229=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #C718E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718E5 is #38E71A. Grayscale: #636363. Windows color (decimal): -3729179 or 15014087. OLE color: 15014087.
HSL color Cylindrical-coordinate representation of color #C718E5: hue angle of 291.22º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C718E5 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 24 | 229 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.10 |
| HSL | 291.22º | 0.81% | 0.5% | - |
| HSV(B) | 291.22º | 0.9% | 0.9% | - |
| XYZ | 38.02 | 18.45 | 75.69 | - |
| YUV | 99.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 229 | 0.13 | 0.90 | 0 | 0.10 | 291.22 | 0.81 | 0.5 |
| Hex | C7 | 18 | E5 | D | 5A | 0 | A | 123 | 51 | 32 |
| Octal | 307 | 30 | 345 | 15 | 132 | 0 | 12 | 443 | 121 | 62 |
| Binary | 11000111 | 11000 | 11100101 | 1101 | 1011010 | 0 | 1010 | 100100011 | 1010001 | 110010 |
Color Harmonies of #C718E5
Complementary color
Monochromatic Colors of #C718E5
Black with #C718E5
Text Example
Text Example
White with #C718E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718E5; }
p { color: rgb(199,24,229); }
H1.HeaderClassName
{
color: #C718E5;
}
.AnyTagClassName
{
color: #C718E5;
}
</style>
background-color css
<style>
a { background-color: #C718E5; }
a { background-color: rgb(199,24,229); }
div.DivClassName
{
background-color: #C718E5;
}
.BgClassName
{
background-color: #C718E5;
}
</style>
border-color css
<style>
span { border-color: #C718E5; }
span { border-color: rgb(199,24,229); }
td.TdClassName
{
border-color: #C718E5;
}
.TagClassName
{
border-color: #C718E5;
}
</style>