Shades of Deep Magenta #C809E4
Tints of Deep Magenta #C809E4
RGB
CMYK
RGB Variations
Color information
#C809E4 (or 0xC809E4) is known color: Deep Magenta. HEX triplet: C8, 09 and E4. RGB value is (200,9,228). Sum of RGB (Red+Green+Blue) = 200+9+228=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #C809E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809E4 is #37F61B. Grayscale: #5A5A5A. Windows color (decimal): -3667484 or 14944712. OLE color: 14944712.
HSL color Cylindrical-coordinate representation of color #C809E4: hue angle of 292.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C809E4 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 9 | 228 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.11 |
| HSL | 292.33º | 0.92% | 0.46% | - |
| HSV(B) | 292.33º | 0.96% | 0.89% | - |
| XYZ | 37.92 | 18.08 | 74.89 | - |
| YUV | 91.08 | 205.28 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 228 | 0.12 | 0.96 | 0 | 0.11 | 292.33 | 0.92 | 0.46 |
| Hex | C8 | 9 | E4 | C | 60 | 0 | B | 124 | 5C | 2E |
| Octal | 310 | 11 | 344 | 14 | 140 | 0 | 13 | 444 | 134 | 56 |
| Binary | 11001000 | 1001 | 11100100 | 1100 | 1100000 | 0 | 1011 | 100100100 | 1011100 | 101110 |
Color Harmonies of #C809E4
Complementary color
Monochromatic Colors of #C809E4
Black with #C809E4
Text Example
Text Example
White with #C809E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809E4; }
p { color: rgb(200,9,228); }
H1.HeaderClassName
{
color: #C809E4;
}
.AnyTagClassName
{
color: #C809E4;
}
</style>
background-color css
<style>
a { background-color: #C809E4; }
a { background-color: rgb(200,9,228); }
div.DivClassName
{
background-color: #C809E4;
}
.BgClassName
{
background-color: #C809E4;
}
</style>
border-color css
<style>
span { border-color: #C809E4; }
span { border-color: rgb(200,9,228); }
td.TdClassName
{
border-color: #C809E4;
}
.TagClassName
{
border-color: #C809E4;
}
</style>