Shades of Deep Magenta #C90FDD
Tints of Deep Magenta #C90FDD
RGB
CMYK
RGB Variations
Color information
#C90FDD (or 0xC90FDD) is known color: Deep Magenta. HEX triplet: C9, 0F and DD. RGB value is (201,15,221). Sum of RGB (Red+Green+Blue) = 201+15+221=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #C90FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FDD is #36F022. Grayscale: #5D5D5D. Windows color (decimal): -3600419 or 14487497. OLE color: 14487497.
HSL color Cylindrical-coordinate representation of color #C90FDD: hue angle of 294.17º 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 #C90FDD is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 15 | 221 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.13 |
| HSL | 294.17º | 0.87% | 0.46% | - |
| HSV(B) | 294.17º | 0.93% | 0.87% | - |
| XYZ | 37.31 | 17.98 | 69.91 | - |
| YUV | 94.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 221 | 0.09 | 0.93 | 0 | 0.13 | 294.17 | 0.87 | 0.46 |
| Hex | C9 | F | DD | 9 | 5D | 0 | D | 126 | 57 | 2E |
| Octal | 311 | 17 | 335 | 11 | 135 | 0 | 15 | 446 | 127 | 56 |
| Binary | 11001001 | 1111 | 11011101 | 1001 | 1011101 | 0 | 1101 | 100100110 | 1010111 | 101110 |
Color Harmonies of #C90FDD
Complementary color
Monochromatic Colors of #C90FDD
Black with #C90FDD
Text Example
Text Example
White with #C90FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FDD; }
p { color: rgb(201,15,221); }
H1.HeaderClassName
{
color: #C90FDD;
}
.AnyTagClassName
{
color: #C90FDD;
}
</style>
background-color css
<style>
a { background-color: #C90FDD; }
a { background-color: rgb(201,15,221); }
div.DivClassName
{
background-color: #C90FDD;
}
.BgClassName
{
background-color: #C90FDD;
}
</style>
border-color css
<style>
span { border-color: #C90FDD; }
span { border-color: rgb(201,15,221); }
td.TdClassName
{
border-color: #C90FDD;
}
.TagClassName
{
border-color: #C90FDD;
}
</style>