Shades of Deep Magenta #C71BE0
Tints of Deep Magenta #C71BE0
RGB
CMYK
RGB Variations
Color information
#C71BE0 (or 0xC71BE0) is known color: Deep Magenta. HEX triplet: C7, 1B and E0. RGB value is (199,27,224). Sum of RGB (Red+Green+Blue) = 199+27+224=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #C71BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BE0 is #38E41F. Grayscale: #646464. Windows color (decimal): -3728416 or 14687175. OLE color: 14687175.
HSL color Cylindrical-coordinate representation of color #C71BE0: hue angle of 292.39º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71BE0 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 27 | 224 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.12 |
| HSL | 292.39º | 0.78% | 0.49% | - |
| HSV(B) | 292.39º | 0.88% | 0.88% | - |
| XYZ | 37.4 | 18.31 | 72.08 | - |
| YUV | 100.89 | 197.48 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 224 | 0.11 | 0.88 | 0 | 0.12 | 292.39 | 0.78 | 0.49 |
| Hex | C7 | 1B | E0 | B | 58 | 0 | C | 124 | 4E | 31 |
| Octal | 307 | 33 | 340 | 13 | 130 | 0 | 14 | 444 | 116 | 61 |
| Binary | 11000111 | 11011 | 11100000 | 1011 | 1011000 | 0 | 1100 | 100100100 | 1001110 | 110001 |
Color Harmonies of #C71BE0
Complementary color
Monochromatic Colors of #C71BE0
Black with #C71BE0
Text Example
Text Example
White with #C71BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BE0; }
p { color: rgb(199,27,224); }
H1.HeaderClassName
{
color: #C71BE0;
}
.AnyTagClassName
{
color: #C71BE0;
}
</style>
background-color css
<style>
a { background-color: #C71BE0; }
a { background-color: rgb(199,27,224); }
div.DivClassName
{
background-color: #C71BE0;
}
.BgClassName
{
background-color: #C71BE0;
}
</style>
border-color css
<style>
span { border-color: #C71BE0; }
span { border-color: rgb(199,27,224); }
td.TdClassName
{
border-color: #C71BE0;
}
.TagClassName
{
border-color: #C71BE0;
}
</style>