Shades of Deep Magenta #C804DC
Tints of Deep Magenta #C804DC
RGB
CMYK
RGB Variations
Color information
#C804DC (or 0xC804DC) is known color: Deep Magenta. HEX triplet: C8, 04 and DC. RGB value is (200,4,220). Sum of RGB (Red+Green+Blue) = 200+4+220=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #C804DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C804DC is #37FB23. Grayscale: #565656. Windows color (decimal): -3668772 or 14419144. OLE color: 14419144.
HSL color Cylindrical-coordinate representation of color #C804DC: hue angle of 294.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804DC is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 4 | 220 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.14 |
| HSL | 294.44º | 0.96% | 0.44% | - |
| HSV(B) | 294.44º | 0.98% | 0.86% | - |
| XYZ | 36.78 | 17.53 | 69.16 | - |
| YUV | 87.23 | 202.93 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 220 | 0.09 | 0.98 | 0 | 0.14 | 294.44 | 0.96 | 0.44 |
| Hex | C8 | 4 | DC | 9 | 62 | 0 | E | 126 | 60 | 2C |
| Octal | 310 | 4 | 334 | 11 | 142 | 0 | 16 | 446 | 140 | 54 |
| Binary | 11001000 | 100 | 11011100 | 1001 | 1100010 | 0 | 1110 | 100100110 | 1100000 | 101100 |
Color Harmonies of #C804DC
Complementary color
Monochromatic Colors of #C804DC
Black with #C804DC
Text Example
Text Example
White with #C804DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804DC; }
p { color: rgb(200,4,220); }
H1.HeaderClassName
{
color: #C804DC;
}
.AnyTagClassName
{
color: #C804DC;
}
</style>
background-color css
<style>
a { background-color: #C804DC; }
a { background-color: rgb(200,4,220); }
div.DivClassName
{
background-color: #C804DC;
}
.BgClassName
{
background-color: #C804DC;
}
</style>
border-color css
<style>
span { border-color: #C804DC; }
span { border-color: rgb(200,4,220); }
td.TdClassName
{
border-color: #C804DC;
}
.TagClassName
{
border-color: #C804DC;
}
</style>