Shades of Deep Magenta #C91CDF
Tints of Deep Magenta #C91CDF
RGB
CMYK
RGB Variations
Color information
#C91CDF (or 0xC91CDF) is known color: Deep Magenta. HEX triplet: C9, 1C and DF. RGB value is (201,28,223). Sum of RGB (Red+Green+Blue) = 201+28+223=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #C91CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CDF is #36E320. Grayscale: #656565. Windows color (decimal): -3597089 or 14621897. OLE color: 14621897.
HSL color Cylindrical-coordinate representation of color #C91CDF: hue angle of 293.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91CDF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 28 | 223 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.13 |
| HSL | 293.23º | 0.78% | 0.49% | - |
| HSV(B) | 293.23º | 0.87% | 0.87% | - |
| XYZ | 37.82 | 18.58 | 71.4 | - |
| YUV | 101.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 223 | 0.10 | 0.87 | 0 | 0.13 | 293.23 | 0.78 | 0.49 |
| Hex | C9 | 1C | DF | A | 57 | 0 | D | 125 | 4E | 31 |
| Octal | 311 | 34 | 337 | 12 | 127 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11001001 | 11100 | 11011111 | 1010 | 1010111 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C91CDF
Complementary color
Monochromatic Colors of #C91CDF
Black with #C91CDF
Text Example
Text Example
White with #C91CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CDF; }
p { color: rgb(201,28,223); }
H1.HeaderClassName
{
color: #C91CDF;
}
.AnyTagClassName
{
color: #C91CDF;
}
</style>
background-color css
<style>
a { background-color: #C91CDF; }
a { background-color: rgb(201,28,223); }
div.DivClassName
{
background-color: #C91CDF;
}
.BgClassName
{
background-color: #C91CDF;
}
</style>
border-color css
<style>
span { border-color: #C91CDF; }
span { border-color: rgb(201,28,223); }
td.TdClassName
{
border-color: #C91CDF;
}
.TagClassName
{
border-color: #C91CDF;
}
</style>