Shades of Deep Magenta #C90FDB
Tints of Deep Magenta #C90FDB
RGB
CMYK
RGB Variations
Color information
#C90FDB (or 0xC90FDB) is known color: Deep Magenta. HEX triplet: C9, 0F and DB. RGB value is (201,15,219). Sum of RGB (Red+Green+Blue) = 201+15+219=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #C90FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FDB is #36F024. Grayscale: #5D5D5D. Windows color (decimal): -3600421 or 14356425. OLE color: 14356425.
HSL color Cylindrical-coordinate representation of color #C90FDB: hue angle of 294.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FDB is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 15 | 219 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.14 |
| HSL | 294.71º | 0.87% | 0.46% | - |
| HSV(B) | 294.71º | 0.93% | 0.86% | - |
| XYZ | 37.04 | 17.87 | 68.52 | - |
| YUV | 93.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 219 | 0.08 | 0.93 | 0 | 0.14 | 294.71 | 0.87 | 0.46 |
| Hex | C9 | F | DB | 8 | 5D | 0 | E | 127 | 57 | 2E |
| Octal | 311 | 17 | 333 | 10 | 135 | 0 | 16 | 447 | 127 | 56 |
| Binary | 11001001 | 1111 | 11011011 | 1000 | 1011101 | 0 | 1110 | 100100111 | 1010111 | 101110 |
Color Harmonies of #C90FDB
Complementary color
Monochromatic Colors of #C90FDB
Black with #C90FDB
Text Example
Text Example
White with #C90FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FDB; }
p { color: rgb(201,15,219); }
H1.HeaderClassName
{
color: #C90FDB;
}
.AnyTagClassName
{
color: #C90FDB;
}
</style>
background-color css
<style>
a { background-color: #C90FDB; }
a { background-color: rgb(201,15,219); }
div.DivClassName
{
background-color: #C90FDB;
}
.BgClassName
{
background-color: #C90FDB;
}
</style>
border-color css
<style>
span { border-color: #C90FDB; }
span { border-color: rgb(201,15,219); }
td.TdClassName
{
border-color: #C90FDB;
}
.TagClassName
{
border-color: #C90FDB;
}
</style>