Shades of Deep Magenta #C91EDF
Tints of Deep Magenta #C91EDF
RGB
CMYK
RGB Variations
Color information
#C91EDF (or 0xC91EDF) is known color: Deep Magenta. HEX triplet: C9, 1E and DF. RGB value is (201,30,223). Sum of RGB (Red+Green+Blue) = 201+30+223=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #C91EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91EDF is #36E120. Grayscale: #666666. Windows color (decimal): -3596577 or 14622409. OLE color: 14622409.
HSL color Cylindrical-coordinate representation of color #C91EDF: hue angle of 293.16º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91EDF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 30 | 223 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.13 |
| HSL | 293.16º | 0.76% | 0.5% | - |
| HSV(B) | 293.16º | 0.87% | 0.87% | - |
| XYZ | 37.87 | 18.67 | 71.42 | - |
| YUV | 103.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 223 | 0.10 | 0.87 | 0 | 0.13 | 293.16 | 0.76 | 0.5 |
| Hex | C9 | 1E | DF | A | 57 | 0 | D | 125 | 4C | 32 |
| Octal | 311 | 36 | 337 | 12 | 127 | 0 | 15 | 445 | 114 | 62 |
| Binary | 11001001 | 11110 | 11011111 | 1010 | 1010111 | 0 | 1101 | 100100101 | 1001100 | 110010 |
Color Harmonies of #C91EDF
Complementary color
Monochromatic Colors of #C91EDF
Black with #C91EDF
Text Example
Text Example
White with #C91EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EDF; }
p { color: rgb(201,30,223); }
H1.HeaderClassName
{
color: #C91EDF;
}
.AnyTagClassName
{
color: #C91EDF;
}
</style>
background-color css
<style>
a { background-color: #C91EDF; }
a { background-color: rgb(201,30,223); }
div.DivClassName
{
background-color: #C91EDF;
}
.BgClassName
{
background-color: #C91EDF;
}
</style>
border-color css
<style>
span { border-color: #C91EDF; }
span { border-color: rgb(201,30,223); }
td.TdClassName
{
border-color: #C91EDF;
}
.TagClassName
{
border-color: #C91EDF;
}
</style>