Shades of Deep Magenta #C90FDF
Tints of Deep Magenta #C90FDF
RGB
CMYK
RGB Variations
Color information
#C90FDF (or 0xC90FDF) is known color: Deep Magenta. HEX triplet: C9, 0F and DF. RGB value is (201,15,223). Sum of RGB (Red+Green+Blue) = 201+15+223=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #C90FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FDF is #36F020. Grayscale: #5D5D5D. Windows color (decimal): -3600417 or 14618569. OLE color: 14618569.
HSL color Cylindrical-coordinate representation of color #C90FDF: hue angle of 293.65º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FDF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 15 | 223 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.13 |
| HSL | 293.65º | 0.87% | 0.47% | - |
| HSV(B) | 293.65º | 0.93% | 0.87% | - |
| XYZ | 37.58 | 18.09 | 71.32 | - |
| YUV | 94.33 | 200.62 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 223 | 0.10 | 0.93 | 0 | 0.13 | 293.65 | 0.87 | 0.47 |
| Hex | C9 | F | DF | A | 5D | 0 | D | 126 | 57 | 2F |
| Octal | 311 | 17 | 337 | 12 | 135 | 0 | 15 | 446 | 127 | 57 |
| Binary | 11001001 | 1111 | 11011111 | 1010 | 1011101 | 0 | 1101 | 100100110 | 1010111 | 101111 |
Color Harmonies of #C90FDF
Complementary color
Monochromatic Colors of #C90FDF
Black with #C90FDF
Text Example
Text Example
White with #C90FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FDF; }
p { color: rgb(201,15,223); }
H1.HeaderClassName
{
color: #C90FDF;
}
.AnyTagClassName
{
color: #C90FDF;
}
</style>
background-color css
<style>
a { background-color: #C90FDF; }
a { background-color: rgb(201,15,223); }
div.DivClassName
{
background-color: #C90FDF;
}
.BgClassName
{
background-color: #C90FDF;
}
</style>
border-color css
<style>
span { border-color: #C90FDF; }
span { border-color: rgb(201,15,223); }
td.TdClassName
{
border-color: #C90FDF;
}
.TagClassName
{
border-color: #C90FDF;
}
</style>