Shades of Deep Magenta #C71BE5
Tints of Deep Magenta #C71BE5
RGB
CMYK
RGB Variations
Color information
#C71BE5 (or 0xC71BE5) is known color: Deep Magenta. HEX triplet: C7, 1B and E5. RGB value is (199,27,229). Sum of RGB (Red+Green+Blue) = 199+27+229=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #C71BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BE5 is #38E41A. Grayscale: #646464. Windows color (decimal): -3728411 or 15014855. OLE color: 15014855.
HSL color Cylindrical-coordinate representation of color #C71BE5: hue angle of 291.09º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71BE5 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 27 | 229 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.10 |
| HSL | 291.09º | 0.8% | 0.5% | - |
| HSV(B) | 291.09º | 0.88% | 0.9% | - |
| XYZ | 38.09 | 18.58 | 75.71 | - |
| YUV | 101.46 | 199.98 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 229 | 0.13 | 0.88 | 0 | 0.10 | 291.09 | 0.8 | 0.5 |
| Hex | C7 | 1B | E5 | D | 58 | 0 | A | 123 | 50 | 32 |
| Octal | 307 | 33 | 345 | 15 | 130 | 0 | 12 | 443 | 120 | 62 |
| Binary | 11000111 | 11011 | 11100101 | 1101 | 1011000 | 0 | 1010 | 100100011 | 1010000 | 110010 |
Color Harmonies of #C71BE5
Complementary color
Monochromatic Colors of #C71BE5
Black with #C71BE5
Text Example
Text Example
White with #C71BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BE5; }
p { color: rgb(199,27,229); }
H1.HeaderClassName
{
color: #C71BE5;
}
.AnyTagClassName
{
color: #C71BE5;
}
</style>
background-color css
<style>
a { background-color: #C71BE5; }
a { background-color: rgb(199,27,229); }
div.DivClassName
{
background-color: #C71BE5;
}
.BgClassName
{
background-color: #C71BE5;
}
</style>
border-color css
<style>
span { border-color: #C71BE5; }
span { border-color: rgb(199,27,229); }
td.TdClassName
{
border-color: #C71BE5;
}
.TagClassName
{
border-color: #C71BE5;
}
</style>