Shades of Deep Magenta #C91EBC
Tints of Deep Magenta #C91EBC
RGB
CMYK
RGB Variations
Color information
#C91EBC (or 0xC91EBC) is known color: Deep Magenta. HEX triplet: C9, 1E and BC. RGB value is (201,30,188). Sum of RGB (Red+Green+Blue) = 201+30+188=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C91EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91EBC is #36E143. Grayscale: #626262. Windows color (decimal): -3596612 or 12328649. OLE color: 12328649.
HSL color Cylindrical-coordinate representation of color #C91EBC: hue angle of 304.56º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91EBC is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 188 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.21 |
| HSL | 304.56º | 0.74% | 0.45% | - |
| HSV(B) | 304.56º | 0.85% | 0.79% | - |
| XYZ | 33.63 | 16.98 | 49.08 | - |
| YUV | 99.14 | 178.15 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 188 | 0 | 0.85 | 0.06 | 0.21 | 304.56 | 0.74 | 0.45 |
| Hex | C9 | 1E | BC | 0 | 55 | 6 | 15 | 131 | 4A | 2D |
| Octal | 311 | 36 | 274 | 0 | 125 | 6 | 25 | 461 | 112 | 55 |
| Binary | 11001001 | 11110 | 10111100 | 0 | 1010101 | 110 | 10101 | 100110001 | 1001010 | 101101 |
Color Harmonies of #C91EBC
Complementary color
Monochromatic Colors of #C91EBC
Black with #C91EBC
Text Example
Text Example
White with #C91EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EBC; }
p { color: rgb(201,30,188); }
H1.HeaderClassName
{
color: #C91EBC;
}
.AnyTagClassName
{
color: #C91EBC;
}
</style>
background-color css
<style>
a { background-color: #C91EBC; }
a { background-color: rgb(201,30,188); }
div.DivClassName
{
background-color: #C91EBC;
}
.BgClassName
{
background-color: #C91EBC;
}
</style>
border-color css
<style>
span { border-color: #C91EBC; }
span { border-color: rgb(201,30,188); }
td.TdClassName
{
border-color: #C91EBC;
}
.TagClassName
{
border-color: #C91EBC;
}
</style>