Shades of Deep Magenta #C90DDA
Tints of Deep Magenta #C90DDA
RGB
CMYK
RGB Variations
Color information
#C90DDA (or 0xC90DDA) is known color: Deep Magenta. HEX triplet: C9, 0D and DA. RGB value is (201,13,218). Sum of RGB (Red+Green+Blue) = 201+13+218=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #C90DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DDA is #36F225. Grayscale: #5B5B5B. Windows color (decimal): -3600934 or 14290377. OLE color: 14290377.
HSL color Cylindrical-coordinate representation of color #C90DDA: hue angle of 295.02º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DDA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 13 | 218 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.15 |
| HSL | 295.02º | 0.89% | 0.45% | - |
| HSV(B) | 295.02º | 0.94% | 0.85% | - |
| XYZ | 36.89 | 17.77 | 67.81 | - |
| YUV | 92.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 218 | 0.08 | 0.94 | 0 | 0.15 | 295.02 | 0.89 | 0.45 |
| Hex | C9 | D | DA | 8 | 5E | 0 | F | 127 | 59 | 2D |
| Octal | 311 | 15 | 332 | 10 | 136 | 0 | 17 | 447 | 131 | 55 |
| Binary | 11001001 | 1101 | 11011010 | 1000 | 1011110 | 0 | 1111 | 100100111 | 1011001 | 101101 |
Color Harmonies of #C90DDA
Complementary color
Monochromatic Colors of #C90DDA
Black with #C90DDA
Text Example
Text Example
White with #C90DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DDA; }
p { color: rgb(201,13,218); }
H1.HeaderClassName
{
color: #C90DDA;
}
.AnyTagClassName
{
color: #C90DDA;
}
</style>
background-color css
<style>
a { background-color: #C90DDA; }
a { background-color: rgb(201,13,218); }
div.DivClassName
{
background-color: #C90DDA;
}
.BgClassName
{
background-color: #C90DDA;
}
</style>
border-color css
<style>
span { border-color: #C90DDA; }
span { border-color: rgb(201,13,218); }
td.TdClassName
{
border-color: #C90DDA;
}
.TagClassName
{
border-color: #C90DDA;
}
</style>