Shades of Deep Magenta #C91CE0
Tints of Deep Magenta #C91CE0
RGB
CMYK
RGB Variations
Color information
#C91CE0 (or 0xC91CE0) is known color: Deep Magenta. HEX triplet: C9, 1C and E0. RGB value is (201,28,224). Sum of RGB (Red+Green+Blue) = 201+28+224=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #C91CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CE0 is #36E31F. Grayscale: #656565. Windows color (decimal): -3597088 or 14687433. OLE color: 14687433.
HSL color Cylindrical-coordinate representation of color #C91CE0: hue angle of 292.96º 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 #C91CE0 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 28 | 224 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.12 |
| HSL | 292.96º | 0.78% | 0.49% | - |
| HSV(B) | 292.96º | 0.88% | 0.88% | - |
| XYZ | 37.96 | 18.63 | 72.12 | - |
| YUV | 102.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 224 | 0.10 | 0.88 | 0 | 0.12 | 292.96 | 0.78 | 0.49 |
| Hex | C9 | 1C | E0 | A | 58 | 0 | C | 125 | 4E | 31 |
| Octal | 311 | 34 | 340 | 12 | 130 | 0 | 14 | 445 | 116 | 61 |
| Binary | 11001001 | 11100 | 11100000 | 1010 | 1011000 | 0 | 1100 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C91CE0
Complementary color
Monochromatic Colors of #C91CE0
Black with #C91CE0
Text Example
Text Example
White with #C91CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CE0; }
p { color: rgb(201,28,224); }
H1.HeaderClassName
{
color: #C91CE0;
}
.AnyTagClassName
{
color: #C91CE0;
}
</style>
background-color css
<style>
a { background-color: #C91CE0; }
a { background-color: rgb(201,28,224); }
div.DivClassName
{
background-color: #C91CE0;
}
.BgClassName
{
background-color: #C91CE0;
}
</style>
border-color css
<style>
span { border-color: #C91CE0; }
span { border-color: rgb(201,28,224); }
td.TdClassName
{
border-color: #C91CE0;
}
.TagClassName
{
border-color: #C91CE0;
}
</style>