Shades of Deep Magenta #C809D7
Tints of Deep Magenta #C809D7
RGB
CMYK
RGB Variations
Color information
#C809D7 (or 0xC809D7) is known color: Deep Magenta. HEX triplet: C8, 09 and D7. RGB value is (200,9,215). Sum of RGB (Red+Green+Blue) = 200+9+215=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #C809D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809D7 is #37F628. Grayscale: #585858. Windows color (decimal): -3667497 or 14092744. OLE color: 14092744.
HSL color Cylindrical-coordinate representation of color #C809D7: hue angle of 295.63º 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 #C809D7 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 9 | 215 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.16 |
| HSL | 295.63º | 0.92% | 0.44% | - |
| HSV(B) | 295.63º | 0.96% | 0.84% | - |
| XYZ | 36.18 | 17.38 | 65.74 | - |
| YUV | 89.59 | 198.78 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 215 | 0.07 | 0.96 | 0 | 0.16 | 295.63 | 0.92 | 0.44 |
| Hex | C8 | 9 | D7 | 7 | 60 | 0 | 10 | 128 | 5C | 2C |
| Octal | 310 | 11 | 327 | 7 | 140 | 0 | 20 | 450 | 134 | 54 |
| Binary | 11001000 | 1001 | 11010111 | 111 | 1100000 | 0 | 10000 | 100101000 | 1011100 | 101100 |
Color Harmonies of #C809D7
Complementary color
Monochromatic Colors of #C809D7
Black with #C809D7
Text Example
Text Example
White with #C809D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809D7; }
p { color: rgb(200,9,215); }
H1.HeaderClassName
{
color: #C809D7;
}
.AnyTagClassName
{
color: #C809D7;
}
</style>
background-color css
<style>
a { background-color: #C809D7; }
a { background-color: rgb(200,9,215); }
div.DivClassName
{
background-color: #C809D7;
}
.BgClassName
{
background-color: #C809D7;
}
</style>
border-color css
<style>
span { border-color: #C809D7; }
span { border-color: rgb(200,9,215); }
td.TdClassName
{
border-color: #C809D7;
}
.TagClassName
{
border-color: #C809D7;
}
</style>