Shades of Deep Magenta #C809AC
Tints of Deep Magenta #C809AC
RGB
CMYK
RGB Variations
Color information
#C809AC (or 0xC809AC) is known color: Deep Magenta. HEX triplet: C8, 09 and AC. RGB value is (200,9,172). Sum of RGB (Red+Green+Blue) = 200+9+172=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C809AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C809AC is #37F653. Grayscale: #545454. Windows color (decimal): -3667540 or 11274696. OLE color: 11274696.
HSL color Cylindrical-coordinate representation of color #C809AC: hue angle of 308.8º 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 #C809AC is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 172 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.22 |
| HSL | 308.8º | 0.91% | 0.41% | - |
| HSV(B) | 308.8º | 0.96% | 0.78% | - |
| XYZ | 31.36 | 15.45 | 40.36 | - |
| YUV | 84.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 172 | 0 | 0.96 | 0.14 | 0.22 | 308.8 | 0.91 | 0.41 |
| Hex | C8 | 9 | AC | 0 | 60 | E | 16 | 135 | 5B | 29 |
| Octal | 310 | 11 | 254 | 0 | 140 | 16 | 26 | 465 | 133 | 51 |
| Binary | 11001000 | 1001 | 10101100 | 0 | 1100000 | 1110 | 10110 | 100110101 | 1011011 | 101001 |
Color Harmonies of #C809AC
Complementary color
Monochromatic Colors of #C809AC
Black with #C809AC
Text Example
Text Example
White with #C809AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809AC; }
p { color: rgb(200,9,172); }
H1.HeaderClassName
{
color: #C809AC;
}
.AnyTagClassName
{
color: #C809AC;
}
</style>
background-color css
<style>
a { background-color: #C809AC; }
a { background-color: rgb(200,9,172); }
div.DivClassName
{
background-color: #C809AC;
}
.BgClassName
{
background-color: #C809AC;
}
</style>
border-color css
<style>
span { border-color: #C809AC; }
span { border-color: rgb(200,9,172); }
td.TdClassName
{
border-color: #C809AC;
}
.TagClassName
{
border-color: #C809AC;
}
</style>