Shades of Deep Magenta #C809DB
Tints of Deep Magenta #C809DB
RGB
CMYK
RGB Variations
Color information
#C809DB (or 0xC809DB) is known color: Deep Magenta. HEX triplet: C8, 09 and DB. RGB value is (200,9,219). Sum of RGB (Red+Green+Blue) = 200+9+219=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #C809DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809DB is #37F624. Grayscale: #595959. Windows color (decimal): -3667493 or 14354888. OLE color: 14354888.
HSL color Cylindrical-coordinate representation of color #C809DB: hue angle of 294.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C809DB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 9 | 219 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.14 |
| HSL | 294.57º | 0.92% | 0.45% | - |
| HSV(B) | 294.57º | 0.96% | 0.86% | - |
| XYZ | 36.7 | 17.59 | 68.48 | - |
| YUV | 90.05 | 200.78 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 219 | 0.09 | 0.96 | 0 | 0.14 | 294.57 | 0.92 | 0.45 |
| Hex | C8 | 9 | DB | 9 | 60 | 0 | E | 127 | 5C | 2D |
| Octal | 310 | 11 | 333 | 11 | 140 | 0 | 16 | 447 | 134 | 55 |
| Binary | 11001000 | 1001 | 11011011 | 1001 | 1100000 | 0 | 1110 | 100100111 | 1011100 | 101101 |
Color Harmonies of #C809DB
Complementary color
Monochromatic Colors of #C809DB
Black with #C809DB
Text Example
Text Example
White with #C809DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809DB; }
p { color: rgb(200,9,219); }
H1.HeaderClassName
{
color: #C809DB;
}
.AnyTagClassName
{
color: #C809DB;
}
</style>
background-color css
<style>
a { background-color: #C809DB; }
a { background-color: rgb(200,9,219); }
div.DivClassName
{
background-color: #C809DB;
}
.BgClassName
{
background-color: #C809DB;
}
</style>
border-color css
<style>
span { border-color: #C809DB; }
span { border-color: rgb(200,9,219); }
td.TdClassName
{
border-color: #C809DB;
}
.TagClassName
{
border-color: #C809DB;
}
</style>