Shades of Deep Magenta #C90DD1
Tints of Deep Magenta #C90DD1
RGB
CMYK
RGB Variations
Color information
#C90DD1 (or 0xC90DD1) is known color: Deep Magenta. HEX triplet: C9, 0D and D1. RGB value is (201,13,209). Sum of RGB (Red+Green+Blue) = 201+13+209=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #C90DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DD1 is #36F22E. Grayscale: #5A5A5A. Windows color (decimal): -3600943 or 13700553. OLE color: 13700553.
HSL color Cylindrical-coordinate representation of color #C90DD1: hue angle of 297.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DD1 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 13 | 209 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.18 |
| HSL | 297.55º | 0.88% | 0.44% | - |
| HSV(B) | 297.55º | 0.94% | 0.82% | - |
| XYZ | 35.74 | 17.31 | 61.78 | - |
| YUV | 91.56 | 194.28 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 209 | 0.04 | 0.94 | 0 | 0.18 | 297.55 | 0.88 | 0.44 |
| Hex | C9 | D | D1 | 4 | 5E | 0 | 12 | 12A | 58 | 2C |
| Octal | 311 | 15 | 321 | 4 | 136 | 0 | 22 | 452 | 130 | 54 |
| Binary | 11001001 | 1101 | 11010001 | 100 | 1011110 | 0 | 10010 | 100101010 | 1011000 | 101100 |
Color Harmonies of #C90DD1
Complementary color
Monochromatic Colors of #C90DD1
Black with #C90DD1
Text Example
Text Example
White with #C90DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DD1; }
p { color: rgb(201,13,209); }
H1.HeaderClassName
{
color: #C90DD1;
}
.AnyTagClassName
{
color: #C90DD1;
}
</style>
background-color css
<style>
a { background-color: #C90DD1; }
a { background-color: rgb(201,13,209); }
div.DivClassName
{
background-color: #C90DD1;
}
.BgClassName
{
background-color: #C90DD1;
}
</style>
border-color css
<style>
span { border-color: #C90DD1; }
span { border-color: rgb(201,13,209); }
td.TdClassName
{
border-color: #C90DD1;
}
.TagClassName
{
border-color: #C90DD1;
}
</style>