Shades of Deep Magenta #C711E1
Tints of Deep Magenta #C711E1
RGB
CMYK
RGB Variations
Color information
#C711E1 (or 0xC711E1) is known color: Deep Magenta. HEX triplet: C7, 11 and E1. RGB value is (199,17,225). Sum of RGB (Red+Green+Blue) = 199+17+225=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #C711E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711E1 is #38EE1E. Grayscale: #5E5E5E. Windows color (decimal): -3730975 or 14750151. OLE color: 14750151.
HSL color Cylindrical-coordinate representation of color #C711E1: hue angle of 292.5º degrees, saturation: 0.86, 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 #C711E1 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 17 | 225 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.12 |
| HSL | 292.5º | 0.86% | 0.47% | - |
| HSV(B) | 292.5º | 0.92% | 0.88% | - |
| XYZ | 37.34 | 17.98 | 72.74 | - |
| YUV | 95.13 | 201.3 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 225 | 0.12 | 0.92 | 0 | 0.12 | 292.5 | 0.86 | 0.47 |
| Hex | C7 | 11 | E1 | C | 5C | 0 | C | 124 | 56 | 2F |
| Octal | 307 | 21 | 341 | 14 | 134 | 0 | 14 | 444 | 126 | 57 |
| Binary | 11000111 | 10001 | 11100001 | 1100 | 1011100 | 0 | 1100 | 100100100 | 1010110 | 101111 |
Color Harmonies of #C711E1
Complementary color
Monochromatic Colors of #C711E1
Black with #C711E1
Text Example
Text Example
White with #C711E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711E1; }
p { color: rgb(199,17,225); }
H1.HeaderClassName
{
color: #C711E1;
}
.AnyTagClassName
{
color: #C711E1;
}
</style>
background-color css
<style>
a { background-color: #C711E1; }
a { background-color: rgb(199,17,225); }
div.DivClassName
{
background-color: #C711E1;
}
.BgClassName
{
background-color: #C711E1;
}
</style>
border-color css
<style>
span { border-color: #C711E1; }
span { border-color: rgb(199,17,225); }
td.TdClassName
{
border-color: #C711E1;
}
.TagClassName
{
border-color: #C711E1;
}
</style>