Shades of Deep Magenta #C809DF
Tints of Deep Magenta #C809DF
RGB
CMYK
RGB Variations
Color information
#C809DF (or 0xC809DF) is known color: Deep Magenta. HEX triplet: C8, 09 and DF. RGB value is (200,9,223). Sum of RGB (Red+Green+Blue) = 200+9+223=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #C809DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809DF is #37F620. Grayscale: #595959. Windows color (decimal): -3667489 or 14617032. OLE color: 14617032.
HSL color Cylindrical-coordinate representation of color #C809DF: hue angle of 293.55º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C809DF is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 9 | 223 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.13 |
| HSL | 293.55º | 0.92% | 0.45% | - |
| HSV(B) | 293.55º | 0.96% | 0.87% | - |
| XYZ | 37.24 | 17.8 | 71.29 | - |
| YUV | 90.51 | 202.78 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 223 | 0.10 | 0.96 | 0 | 0.13 | 293.55 | 0.92 | 0.45 |
| Hex | C8 | 9 | DF | A | 60 | 0 | D | 126 | 5C | 2D |
| Octal | 310 | 11 | 337 | 12 | 140 | 0 | 15 | 446 | 134 | 55 |
| Binary | 11001000 | 1001 | 11011111 | 1010 | 1100000 | 0 | 1101 | 100100110 | 1011100 | 101101 |
Color Harmonies of #C809DF
Complementary color
Monochromatic Colors of #C809DF
Black with #C809DF
Text Example
Text Example
White with #C809DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809DF; }
p { color: rgb(200,9,223); }
H1.HeaderClassName
{
color: #C809DF;
}
.AnyTagClassName
{
color: #C809DF;
}
</style>
background-color css
<style>
a { background-color: #C809DF; }
a { background-color: rgb(200,9,223); }
div.DivClassName
{
background-color: #C809DF;
}
.BgClassName
{
background-color: #C809DF;
}
</style>
border-color css
<style>
span { border-color: #C809DF; }
span { border-color: rgb(200,9,223); }
td.TdClassName
{
border-color: #C809DF;
}
.TagClassName
{
border-color: #C809DF;
}
</style>