Shades of Deep Magenta #C71EBE
Tints of Deep Magenta #C71EBE
RGB
CMYK
RGB Variations
Color information
#C71EBE (or 0xC71EBE) is known color: Deep Magenta. HEX triplet: C7, 1E and BE. RGB value is (199,30,190). Sum of RGB (Red+Green+Blue) = 199+30+190=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71EBE is #38E141. Grayscale: #626262. Windows color (decimal): -3727682 or 12459719. OLE color: 12459719.
HSL color Cylindrical-coordinate representation of color #C71EBE: hue angle of 303.2º 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 #C71EBE is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 190 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.22 |
| HSL | 303.2º | 0.74% | 0.45% | - |
| HSV(B) | 303.2º | 0.85% | 0.78% | - |
| XYZ | 33.31 | 16.79 | 50.2 | - |
| YUV | 98.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 190 | 0 | 0.85 | 0.05 | 0.22 | 303.2 | 0.74 | 0.45 |
| Hex | C7 | 1E | BE | 0 | 55 | 5 | 16 | 12F | 4A | 2D |
| Octal | 307 | 36 | 276 | 0 | 125 | 5 | 26 | 457 | 112 | 55 |
| Binary | 11000111 | 11110 | 10111110 | 0 | 1010101 | 101 | 10110 | 100101111 | 1001010 | 101101 |
Color Harmonies of #C71EBE
Complementary color
Monochromatic Colors of #C71EBE
Black with #C71EBE
Text Example
Text Example
White with #C71EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71EBE; }
p { color: rgb(199,30,190); }
H1.HeaderClassName
{
color: #C71EBE;
}
.AnyTagClassName
{
color: #C71EBE;
}
</style>
background-color css
<style>
a { background-color: #C71EBE; }
a { background-color: rgb(199,30,190); }
div.DivClassName
{
background-color: #C71EBE;
}
.BgClassName
{
background-color: #C71EBE;
}
</style>
border-color css
<style>
span { border-color: #C71EBE; }
span { border-color: rgb(199,30,190); }
td.TdClassName
{
border-color: #C71EBE;
}
.TagClassName
{
border-color: #C71EBE;
}
</style>