Shades of Deep Magenta #C209D7
Tints of Deep Magenta #C209D7
RGB
CMYK
RGB Variations
Color information
#C209D7 (or 0xC209D7) is known color: Deep Magenta. HEX triplet: C2, 09 and D7. RGB value is (194,9,215). Sum of RGB (Red+Green+Blue) = 194+9+215=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #C209D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209D7 is #3DF628. Grayscale: #575757. Windows color (decimal): -4060713 or 14092738. OLE color: 14092738.
HSL color Cylindrical-coordinate representation of color #C209D7: hue angle of 293.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209D7 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 9 | 215 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.16 |
| HSL | 293.88º | 0.92% | 0.44% | - |
| HSV(B) | 293.88º | 0.96% | 0.84% | - |
| XYZ | 34.61 | 16.57 | 65.66 | - |
| YUV | 87.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 215 | 0.10 | 0.96 | 0 | 0.16 | 293.88 | 0.92 | 0.44 |
| Hex | C2 | 9 | D7 | A | 60 | 0 | 10 | 126 | 5C | 2C |
| Octal | 302 | 11 | 327 | 12 | 140 | 0 | 20 | 446 | 134 | 54 |
| Binary | 11000010 | 1001 | 11010111 | 1010 | 1100000 | 0 | 10000 | 100100110 | 1011100 | 101100 |
Color Harmonies of #C209D7
Complementary color
Monochromatic Colors of #C209D7
Black with #C209D7
Text Example
Text Example
White with #C209D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209D7; }
p { color: rgb(194,9,215); }
H1.HeaderClassName
{
color: #C209D7;
}
.AnyTagClassName
{
color: #C209D7;
}
</style>
background-color css
<style>
a { background-color: #C209D7; }
a { background-color: rgb(194,9,215); }
div.DivClassName
{
background-color: #C209D7;
}
.BgClassName
{
background-color: #C209D7;
}
</style>
border-color css
<style>
span { border-color: #C209D7; }
span { border-color: rgb(194,9,215); }
td.TdClassName
{
border-color: #C209D7;
}
.TagClassName
{
border-color: #C209D7;
}
</style>