Shades of Deep Magenta #C90FDE
Tints of Deep Magenta #C90FDE
RGB
CMYK
RGB Variations
Color information
#C90FDE (or 0xC90FDE) is known color: Deep Magenta. HEX triplet: C9, 0F and DE. RGB value is (201,15,222). Sum of RGB (Red+Green+Blue) = 201+15+222=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #C90FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FDE is #36F021. Grayscale: #5D5D5D. Windows color (decimal): -3600418 or 14553033. OLE color: 14553033.
HSL color Cylindrical-coordinate representation of color #C90FDE: hue angle of 293.91º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FDE is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 15 | 222 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.13 |
| HSL | 293.91º | 0.87% | 0.46% | - |
| HSV(B) | 293.91º | 0.93% | 0.87% | - |
| XYZ | 37.44 | 18.03 | 70.61 | - |
| YUV | 94.21 | 200.12 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 222 | 0.09 | 0.93 | 0 | 0.13 | 293.91 | 0.87 | 0.46 |
| Hex | C9 | F | DE | 9 | 5D | 0 | D | 126 | 57 | 2E |
| Octal | 311 | 17 | 336 | 11 | 135 | 0 | 15 | 446 | 127 | 56 |
| Binary | 11001001 | 1111 | 11011110 | 1001 | 1011101 | 0 | 1101 | 100100110 | 1010111 | 101110 |
Color Harmonies of #C90FDE
Complementary color
Monochromatic Colors of #C90FDE
Black with #C90FDE
Text Example
Text Example
White with #C90FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FDE; }
p { color: rgb(201,15,222); }
H1.HeaderClassName
{
color: #C90FDE;
}
.AnyTagClassName
{
color: #C90FDE;
}
</style>
background-color css
<style>
a { background-color: #C90FDE; }
a { background-color: rgb(201,15,222); }
div.DivClassName
{
background-color: #C90FDE;
}
.BgClassName
{
background-color: #C90FDE;
}
</style>
border-color css
<style>
span { border-color: #C90FDE; }
span { border-color: rgb(201,15,222); }
td.TdClassName
{
border-color: #C90FDE;
}
.TagClassName
{
border-color: #C90FDE;
}
</style>