Shades of Deep Magenta #C90DD2
Tints of Deep Magenta #C90DD2
RGB
CMYK
RGB Variations
Color information
#C90DD2 (or 0xC90DD2) is known color: Deep Magenta. HEX triplet: C9, 0D and D2. RGB value is (201,13,210). Sum of RGB (Red+Green+Blue) = 201+13+210=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 210 (82.42% from 255 or 49.53% from 424); Max value from RGB is 210 - color contains mainly: blue. Hex color #C90DD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DD2 is #36F22D. Grayscale: #5B5B5B. Windows color (decimal): -3600942 or 13766089. OLE color: 13766089.
HSL color Cylindrical-coordinate representation of color #C90DD2: hue angle of 297.26º 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 #C90DD2 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 13 | 210 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.18 |
| HSL | 297.26º | 0.88% | 0.44% | - |
| HSV(B) | 297.26º | 0.94% | 0.82% | - |
| XYZ | 35.86 | 17.36 | 62.43 | - |
| YUV | 91.67 | 194.78 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 210 | 0.04 | 0.94 | 0 | 0.18 | 297.26 | 0.88 | 0.44 |
| Hex | C9 | D | D2 | 4 | 5E | 0 | 12 | 129 | 58 | 2C |
| Octal | 311 | 15 | 322 | 4 | 136 | 0 | 22 | 451 | 130 | 54 |
| Binary | 11001001 | 1101 | 11010010 | 100 | 1011110 | 0 | 10010 | 100101001 | 1011000 | 101100 |
Color Harmonies of #C90DD2
Complementary color
Monochromatic Colors of #C90DD2
Black with #C90DD2
Text Example
Text Example
White with #C90DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DD2; }
p { color: rgb(201,13,210); }
H1.HeaderClassName
{
color: #C90DD2;
}
.AnyTagClassName
{
color: #C90DD2;
}
</style>
background-color css
<style>
a { background-color: #C90DD2; }
a { background-color: rgb(201,13,210); }
div.DivClassName
{
background-color: #C90DD2;
}
.BgClassName
{
background-color: #C90DD2;
}
</style>
border-color css
<style>
span { border-color: #C90DD2; }
span { border-color: rgb(201,13,210); }
td.TdClassName
{
border-color: #C90DD2;
}
.TagClassName
{
border-color: #C90DD2;
}
</style>