Shades of Deep Magenta #C91BE0
Tints of Deep Magenta #C91BE0
RGB
CMYK
RGB Variations
Color information
#C91BE0 (or 0xC91BE0) is known color: Deep Magenta. HEX triplet: C9, 1B and E0. RGB value is (201,27,224). Sum of RGB (Red+Green+Blue) = 201+27+224=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #C91BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BE0 is #36E41F. Grayscale: #646464. Windows color (decimal): -3597344 or 14687177. OLE color: 14687177.
HSL color Cylindrical-coordinate representation of color #C91BE0: hue angle of 292.99º 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 #C91BE0 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 27 | 224 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.12 |
| HSL | 292.99º | 0.78% | 0.49% | - |
| HSV(B) | 292.99º | 0.88% | 0.88% | - |
| XYZ | 37.93 | 18.58 | 72.11 | - |
| YUV | 101.48 | 197.15 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 224 | 0.10 | 0.88 | 0 | 0.12 | 292.99 | 0.78 | 0.49 |
| Hex | C9 | 1B | E0 | A | 58 | 0 | C | 125 | 4E | 31 |
| Octal | 311 | 33 | 340 | 12 | 130 | 0 | 14 | 445 | 116 | 61 |
| Binary | 11001001 | 11011 | 11100000 | 1010 | 1011000 | 0 | 1100 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C91BE0
Complementary color
Monochromatic Colors of #C91BE0
Black with #C91BE0
Text Example
Text Example
White with #C91BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BE0; }
p { color: rgb(201,27,224); }
H1.HeaderClassName
{
color: #C91BE0;
}
.AnyTagClassName
{
color: #C91BE0;
}
</style>
background-color css
<style>
a { background-color: #C91BE0; }
a { background-color: rgb(201,27,224); }
div.DivClassName
{
background-color: #C91BE0;
}
.BgClassName
{
background-color: #C91BE0;
}
</style>
border-color css
<style>
span { border-color: #C91BE0; }
span { border-color: rgb(201,27,224); }
td.TdClassName
{
border-color: #C91BE0;
}
.TagClassName
{
border-color: #C91BE0;
}
</style>