Shades of Deep Magenta #C91EE0
Tints of Deep Magenta #C91EE0
RGB
CMYK
RGB Variations
Color information
#C91EE0 (or 0xC91EE0) is known color: Deep Magenta. HEX triplet: C9, 1E and E0. RGB value is (201,30,224). Sum of RGB (Red+Green+Blue) = 201+30+224=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #C91EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91EE0 is #36E11F. Grayscale: #666666. Windows color (decimal): -3596576 or 14687945. OLE color: 14687945.
HSL color Cylindrical-coordinate representation of color #C91EE0: hue angle of 292.89º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91EE0 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 30 | 224 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.12 |
| HSL | 292.89º | 0.76% | 0.5% | - |
| HSV(B) | 292.89º | 0.87% | 0.88% | - |
| XYZ | 38.01 | 18.73 | 72.13 | - |
| YUV | 103.25 | 196.15 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 224 | 0.10 | 0.87 | 0 | 0.12 | 292.89 | 0.76 | 0.5 |
| Hex | C9 | 1E | E0 | A | 57 | 0 | C | 125 | 4C | 32 |
| Octal | 311 | 36 | 340 | 12 | 127 | 0 | 14 | 445 | 114 | 62 |
| Binary | 11001001 | 11110 | 11100000 | 1010 | 1010111 | 0 | 1100 | 100100101 | 1001100 | 110010 |
Color Harmonies of #C91EE0
Complementary color
Monochromatic Colors of #C91EE0
Black with #C91EE0
Text Example
Text Example
White with #C91EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EE0; }
p { color: rgb(201,30,224); }
H1.HeaderClassName
{
color: #C91EE0;
}
.AnyTagClassName
{
color: #C91EE0;
}
</style>
background-color css
<style>
a { background-color: #C91EE0; }
a { background-color: rgb(201,30,224); }
div.DivClassName
{
background-color: #C91EE0;
}
.BgClassName
{
background-color: #C91EE0;
}
</style>
border-color css
<style>
span { border-color: #C91EE0; }
span { border-color: rgb(201,30,224); }
td.TdClassName
{
border-color: #C91EE0;
}
.TagClassName
{
border-color: #C91EE0;
}
</style>