Shades of Deep Magenta #C808E4
Tints of Deep Magenta #C808E4
RGB
CMYK
RGB Variations
Color information
#C808E4 (or 0xC808E4) is known color: Deep Magenta. HEX triplet: C8, 08 and E4. RGB value is (200,8,228). Sum of RGB (Red+Green+Blue) = 200+8+228=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #C808E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C808E4 is #37F71B. Grayscale: #595959. Windows color (decimal): -3667740 or 14944456. OLE color: 14944456.
HSL color Cylindrical-coordinate representation of color #C808E4: hue angle of 292.36º degrees, saturation: 0.93, 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 #C808E4 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 8 | 228 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.11 |
| HSL | 292.36º | 0.93% | 0.46% | - |
| HSV(B) | 292.36º | 0.96% | 0.89% | - |
| XYZ | 37.91 | 18.05 | 74.89 | - |
| YUV | 90.49 | 205.61 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 228 | 0.12 | 0.96 | 0 | 0.11 | 292.36 | 0.93 | 0.46 |
| Hex | C8 | 8 | E4 | C | 60 | 0 | B | 124 | 5D | 2E |
| Octal | 310 | 10 | 344 | 14 | 140 | 0 | 13 | 444 | 135 | 56 |
| Binary | 11001000 | 1000 | 11100100 | 1100 | 1100000 | 0 | 1011 | 100100100 | 1011101 | 101110 |
Color Harmonies of #C808E4
Complementary color
Monochromatic Colors of #C808E4
Black with #C808E4
Text Example
Text Example
White with #C808E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C808E4; }
p { color: rgb(200,8,228); }
H1.HeaderClassName
{
color: #C808E4;
}
.AnyTagClassName
{
color: #C808E4;
}
</style>
background-color css
<style>
a { background-color: #C808E4; }
a { background-color: rgb(200,8,228); }
div.DivClassName
{
background-color: #C808E4;
}
.BgClassName
{
background-color: #C808E4;
}
</style>
border-color css
<style>
span { border-color: #C808E4; }
span { border-color: rgb(200,8,228); }
td.TdClassName
{
border-color: #C808E4;
}
.TagClassName
{
border-color: #C808E4;
}
</style>