Shades of Deep Magenta #C90ADF
Tints of Deep Magenta #C90ADF
RGB
CMYK
RGB Variations
Color information
#C90ADF (or 0xC90ADF) is known color: Deep Magenta. HEX triplet: C9, 0A and DF. RGB value is (201,10,223). Sum of RGB (Red+Green+Blue) = 201+10+223=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #C90ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ADF is #36F520. Grayscale: #5A5A5A. Windows color (decimal): -3601697 or 14617289. OLE color: 14617289.
HSL color Cylindrical-coordinate representation of color #C90ADF: hue angle of 293.8º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90ADF is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 10 | 223 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.13 |
| HSL | 293.8º | 0.91% | 0.46% | - |
| HSV(B) | 293.8º | 0.96% | 0.87% | - |
| XYZ | 37.52 | 17.96 | 71.3 | - |
| YUV | 91.39 | 202.28 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 223 | 0.10 | 0.96 | 0 | 0.13 | 293.8 | 0.91 | 0.46 |
| Hex | C9 | A | DF | A | 60 | 0 | D | 126 | 5B | 2E |
| Octal | 311 | 12 | 337 | 12 | 140 | 0 | 15 | 446 | 133 | 56 |
| Binary | 11001001 | 1010 | 11011111 | 1010 | 1100000 | 0 | 1101 | 100100110 | 1011011 | 101110 |
Color Harmonies of #C90ADF
Complementary color
Monochromatic Colors of #C90ADF
Black with #C90ADF
Text Example
Text Example
White with #C90ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90ADF; }
p { color: rgb(201,10,223); }
H1.HeaderClassName
{
color: #C90ADF;
}
.AnyTagClassName
{
color: #C90ADF;
}
</style>
background-color css
<style>
a { background-color: #C90ADF; }
a { background-color: rgb(201,10,223); }
div.DivClassName
{
background-color: #C90ADF;
}
.BgClassName
{
background-color: #C90ADF;
}
</style>
border-color css
<style>
span { border-color: #C90ADF; }
span { border-color: rgb(201,10,223); }
td.TdClassName
{
border-color: #C90ADF;
}
.TagClassName
{
border-color: #C90ADF;
}
</style>