Shades of Deep Magenta #C809D0
Tints of Deep Magenta #C809D0
RGB
CMYK
RGB Variations
Color information
#C809D0 (or 0xC809D0) is known color: Deep Magenta. HEX triplet: C8, 09 and D0. RGB value is (200,9,208). Sum of RGB (Red+Green+Blue) = 200+9+208=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #C809D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809D0 is #37F62F. Grayscale: #585858. Windows color (decimal): -3667504 or 13633992. OLE color: 13633992.
HSL color Cylindrical-coordinate representation of color #C809D0: hue angle of 297.59º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C809D0 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 9 | 208 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.18 |
| HSL | 297.59º | 0.92% | 0.43% | - |
| HSV(B) | 297.59º | 0.96% | 0.82% | - |
| XYZ | 35.3 | 17.03 | 61.1 | - |
| YUV | 88.8 | 195.28 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 208 | 0.04 | 0.96 | 0 | 0.18 | 297.59 | 0.92 | 0.43 |
| Hex | C8 | 9 | D0 | 4 | 60 | 0 | 12 | 12A | 5C | 2B |
| Octal | 310 | 11 | 320 | 4 | 140 | 0 | 22 | 452 | 134 | 53 |
| Binary | 11001000 | 1001 | 11010000 | 100 | 1100000 | 0 | 10010 | 100101010 | 1011100 | 101011 |
Color Harmonies of #C809D0
Complementary color
Monochromatic Colors of #C809D0
Black with #C809D0
Text Example
Text Example
White with #C809D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809D0; }
p { color: rgb(200,9,208); }
H1.HeaderClassName
{
color: #C809D0;
}
.AnyTagClassName
{
color: #C809D0;
}
</style>
background-color css
<style>
a { background-color: #C809D0; }
a { background-color: rgb(200,9,208); }
div.DivClassName
{
background-color: #C809D0;
}
.BgClassName
{
background-color: #C809D0;
}
</style>
border-color css
<style>
span { border-color: #C809D0; }
span { border-color: rgb(200,9,208); }
td.TdClassName
{
border-color: #C809D0;
}
.TagClassName
{
border-color: #C809D0;
}
</style>