Shades of Deep Magenta #C711E2
Tints of Deep Magenta #C711E2
RGB
CMYK
RGB Variations
Color information
#C711E2 (or 0xC711E2) is known color: Deep Magenta. HEX triplet: C7, 11 and E2. RGB value is (199,17,226). Sum of RGB (Red+Green+Blue) = 199+17+226=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 226 (88.67% from 255 or 51.13% from 442); Max value from RGB is 226 - color contains mainly: blue. Hex color #C711E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711E2 is #38EE1D. Grayscale: #5E5E5E. Windows color (decimal): -3730974 or 14815687. OLE color: 14815687.
HSL color Cylindrical-coordinate representation of color #C711E2: hue angle of 292.25º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C711E2 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 17 | 226 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.11 |
| HSL | 292.25º | 0.86% | 0.48% | - |
| HSV(B) | 292.25º | 0.92% | 0.89% | - |
| XYZ | 37.48 | 18.03 | 73.46 | - |
| YUV | 95.24 | 201.8 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 226 | 0.12 | 0.92 | 0 | 0.11 | 292.25 | 0.86 | 0.48 |
| Hex | C7 | 11 | E2 | C | 5C | 0 | B | 124 | 56 | 30 |
| Octal | 307 | 21 | 342 | 14 | 134 | 0 | 13 | 444 | 126 | 60 |
| Binary | 11000111 | 10001 | 11100010 | 1100 | 1011100 | 0 | 1011 | 100100100 | 1010110 | 110000 |
Color Harmonies of #C711E2
Complementary color
Monochromatic Colors of #C711E2
Black with #C711E2
Text Example
Text Example
White with #C711E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711E2; }
p { color: rgb(199,17,226); }
H1.HeaderClassName
{
color: #C711E2;
}
.AnyTagClassName
{
color: #C711E2;
}
</style>
background-color css
<style>
a { background-color: #C711E2; }
a { background-color: rgb(199,17,226); }
div.DivClassName
{
background-color: #C711E2;
}
.BgClassName
{
background-color: #C711E2;
}
</style>
border-color css
<style>
span { border-color: #C711E2; }
span { border-color: rgb(199,17,226); }
td.TdClassName
{
border-color: #C711E2;
}
.TagClassName
{
border-color: #C711E2;
}
</style>