Shades of Deep Magenta #C71EDB
Tints of Deep Magenta #C71EDB
RGB
CMYK
RGB Variations
Color information
#C71EDB (or 0xC71EDB) is known color: Deep Magenta. HEX triplet: C7, 1E and DB. RGB value is (199,30,219). Sum of RGB (Red+Green+Blue) = 199+30+219=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #C71EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71EDB is #38E124. Grayscale: #656565. Windows color (decimal): -3727653 or 14360263. OLE color: 14360263.
HSL color Cylindrical-coordinate representation of color #C71EDB: hue angle of 293.65º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71EDB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 30 | 219 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.14 |
| HSL | 293.65º | 0.76% | 0.49% | - |
| HSV(B) | 293.65º | 0.86% | 0.86% | - |
| XYZ | 36.8 | 18.19 | 68.59 | - |
| YUV | 102.08 | 193.99 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 219 | 0.09 | 0.86 | 0 | 0.14 | 293.65 | 0.76 | 0.49 |
| Hex | C7 | 1E | DB | 9 | 56 | 0 | E | 126 | 4C | 31 |
| Octal | 307 | 36 | 333 | 11 | 126 | 0 | 16 | 446 | 114 | 61 |
| Binary | 11000111 | 11110 | 11011011 | 1001 | 1010110 | 0 | 1110 | 100100110 | 1001100 | 110001 |
Color Harmonies of #C71EDB
Complementary color
Monochromatic Colors of #C71EDB
Black with #C71EDB
Text Example
Text Example
White with #C71EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71EDB; }
p { color: rgb(199,30,219); }
H1.HeaderClassName
{
color: #C71EDB;
}
.AnyTagClassName
{
color: #C71EDB;
}
</style>
background-color css
<style>
a { background-color: #C71EDB; }
a { background-color: rgb(199,30,219); }
div.DivClassName
{
background-color: #C71EDB;
}
.BgClassName
{
background-color: #C71EDB;
}
</style>
border-color css
<style>
span { border-color: #C71EDB; }
span { border-color: rgb(199,30,219); }
td.TdClassName
{
border-color: #C71EDB;
}
.TagClassName
{
border-color: #C71EDB;
}
</style>