Shades of Deep Magenta #C91ADF
Tints of Deep Magenta #C91ADF
RGB
CMYK
RGB Variations
Color information
#C91ADF (or 0xC91ADF) is known color: Deep Magenta. HEX triplet: C9, 1A and DF. RGB value is (201,26,223). Sum of RGB (Red+Green+Blue) = 201+26+223=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #C91ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ADF is #36E520. Grayscale: #646464. Windows color (decimal): -3597601 or 14621385. OLE color: 14621385.
HSL color Cylindrical-coordinate representation of color #C91ADF: hue angle of 293.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91ADF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 26 | 223 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.13 |
| HSL | 293.3º | 0.79% | 0.49% | - |
| HSV(B) | 293.3º | 0.88% | 0.87% | - |
| XYZ | 37.78 | 18.48 | 71.39 | - |
| YUV | 100.78 | 196.98 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 223 | 0.10 | 0.88 | 0 | 0.13 | 293.3 | 0.79 | 0.49 |
| Hex | C9 | 1A | DF | A | 58 | 0 | D | 125 | 4F | 31 |
| Octal | 311 | 32 | 337 | 12 | 130 | 0 | 15 | 445 | 117 | 61 |
| Binary | 11001001 | 11010 | 11011111 | 1010 | 1011000 | 0 | 1101 | 100100101 | 1001111 | 110001 |
Color Harmonies of #C91ADF
Complementary color
Monochromatic Colors of #C91ADF
Black with #C91ADF
Text Example
Text Example
White with #C91ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91ADF; }
p { color: rgb(201,26,223); }
H1.HeaderClassName
{
color: #C91ADF;
}
.AnyTagClassName
{
color: #C91ADF;
}
</style>
background-color css
<style>
a { background-color: #C91ADF; }
a { background-color: rgb(201,26,223); }
div.DivClassName
{
background-color: #C91ADF;
}
.BgClassName
{
background-color: #C91ADF;
}
</style>
border-color css
<style>
span { border-color: #C91ADF; }
span { border-color: rgb(201,26,223); }
td.TdClassName
{
border-color: #C91ADF;
}
.TagClassName
{
border-color: #C91ADF;
}
</style>