Shades of Deep Magenta #C209D9
Tints of Deep Magenta #C209D9
RGB
CMYK
RGB Variations
Color information
#C209D9 (or 0xC209D9) is known color: Deep Magenta. HEX triplet: C2, 09 and D9. RGB value is (194,9,217). Sum of RGB (Red+Green+Blue) = 194+9+217=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #C209D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209D9 is #3DF626. Grayscale: #575757. Windows color (decimal): -4060711 or 14223810. OLE color: 14223810.
HSL color Cylindrical-coordinate representation of color #C209D9: hue angle of 293.37º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209D9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 9 | 217 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.15 |
| HSL | 293.37º | 0.92% | 0.44% | - |
| HSV(B) | 293.37º | 0.96% | 0.85% | - |
| XYZ | 34.87 | 16.67 | 67.03 | - |
| YUV | 88.03 | 200.79 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 217 | 0.11 | 0.96 | 0 | 0.15 | 293.37 | 0.92 | 0.44 |
| Hex | C2 | 9 | D9 | B | 60 | 0 | F | 125 | 5C | 2C |
| Octal | 302 | 11 | 331 | 13 | 140 | 0 | 17 | 445 | 134 | 54 |
| Binary | 11000010 | 1001 | 11011001 | 1011 | 1100000 | 0 | 1111 | 100100101 | 1011100 | 101100 |
Color Harmonies of #C209D9
Complementary color
Monochromatic Colors of #C209D9
Black with #C209D9
Text Example
Text Example
White with #C209D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209D9; }
p { color: rgb(194,9,217); }
H1.HeaderClassName
{
color: #C209D9;
}
.AnyTagClassName
{
color: #C209D9;
}
</style>
background-color css
<style>
a { background-color: #C209D9; }
a { background-color: rgb(194,9,217); }
div.DivClassName
{
background-color: #C209D9;
}
.BgClassName
{
background-color: #C209D9;
}
</style>
border-color css
<style>
span { border-color: #C209D9; }
span { border-color: rgb(194,9,217); }
td.TdClassName
{
border-color: #C209D9;
}
.TagClassName
{
border-color: #C209D9;
}
</style>