Shades of Deep Magenta #C809AD
Tints of Deep Magenta #C809AD
RGB
CMYK
RGB Variations
Color information
#C809AD (or 0xC809AD) is known color: Deep Magenta. HEX triplet: C8, 09 and AD. RGB value is (200,9,173). Sum of RGB (Red+Green+Blue) = 200+9+173=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C809AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C809AD is #37F652. Grayscale: #545454. Windows color (decimal): -3667539 or 11340232. OLE color: 11340232.
HSL color Cylindrical-coordinate representation of color #C809AD: hue angle of 308.48º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C809AD is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 173 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.22 |
| HSL | 308.48º | 0.91% | 0.41% | - |
| HSV(B) | 308.48º | 0.96% | 0.78% | - |
| XYZ | 31.46 | 15.49 | 40.87 | - |
| YUV | 84.81 | 177.78 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 173 | 0 | 0.96 | 0.14 | 0.22 | 308.48 | 0.91 | 0.41 |
| Hex | C8 | 9 | AD | 0 | 60 | E | 16 | 134 | 5B | 29 |
| Octal | 310 | 11 | 255 | 0 | 140 | 16 | 26 | 464 | 133 | 51 |
| Binary | 11001000 | 1001 | 10101101 | 0 | 1100000 | 1110 | 10110 | 100110100 | 1011011 | 101001 |
Color Harmonies of #C809AD
Complementary color
Monochromatic Colors of #C809AD
Black with #C809AD
Text Example
Text Example
White with #C809AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809AD; }
p { color: rgb(200,9,173); }
H1.HeaderClassName
{
color: #C809AD;
}
.AnyTagClassName
{
color: #C809AD;
}
</style>
background-color css
<style>
a { background-color: #C809AD; }
a { background-color: rgb(200,9,173); }
div.DivClassName
{
background-color: #C809AD;
}
.BgClassName
{
background-color: #C809AD;
}
</style>
border-color css
<style>
span { border-color: #C809AD; }
span { border-color: rgb(200,9,173); }
td.TdClassName
{
border-color: #C809AD;
}
.TagClassName
{
border-color: #C809AD;
}
</style>