Shades of Deep Magenta #C71EBA
Tints of Deep Magenta #C71EBA
RGB
CMYK
RGB Variations
Color information
#C71EBA (or 0xC71EBA) is known color: Deep Magenta. HEX triplet: C7, 1E and BA. RGB value is (199,30,186). Sum of RGB (Red+Green+Blue) = 199+30+186=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71EBA is #38E145. Grayscale: #616161. Windows color (decimal): -3727686 or 12197575. OLE color: 12197575.
HSL color Cylindrical-coordinate representation of color #C71EBA: hue angle of 304.62º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71EBA is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 186 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.22 |
| HSL | 304.62º | 0.74% | 0.45% | - |
| HSV(B) | 304.62º | 0.85% | 0.78% | - |
| XYZ | 32.88 | 16.62 | 47.93 | - |
| YUV | 98.32 | 177.49 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 186 | 0 | 0.85 | 0.07 | 0.22 | 304.62 | 0.74 | 0.45 |
| Hex | C7 | 1E | BA | 0 | 55 | 7 | 16 | 131 | 4A | 2D |
| Octal | 307 | 36 | 272 | 0 | 125 | 7 | 26 | 461 | 112 | 55 |
| Binary | 11000111 | 11110 | 10111010 | 0 | 1010101 | 111 | 10110 | 100110001 | 1001010 | 101101 |
Color Harmonies of #C71EBA
Complementary color
Monochromatic Colors of #C71EBA
Black with #C71EBA
Text Example
Text Example
White with #C71EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71EBA; }
p { color: rgb(199,30,186); }
H1.HeaderClassName
{
color: #C71EBA;
}
.AnyTagClassName
{
color: #C71EBA;
}
</style>
background-color css
<style>
a { background-color: #C71EBA; }
a { background-color: rgb(199,30,186); }
div.DivClassName
{
background-color: #C71EBA;
}
.BgClassName
{
background-color: #C71EBA;
}
</style>
border-color css
<style>
span { border-color: #C71EBA; }
span { border-color: rgb(199,30,186); }
td.TdClassName
{
border-color: #C71EBA;
}
.TagClassName
{
border-color: #C71EBA;
}
</style>