Shades of Deep Magenta #C804DF
Tints of Deep Magenta #C804DF
RGB
CMYK
RGB Variations
Color information
#C804DF (or 0xC804DF) is known color: Deep Magenta. HEX triplet: C8, 04 and DF. RGB value is (200,4,223). Sum of RGB (Red+Green+Blue) = 200+4+223=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #C804DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C804DF is #37FB20. Grayscale: #565656. Windows color (decimal): -3668769 or 14615752. OLE color: 14615752.
HSL color Cylindrical-coordinate representation of color #C804DF: hue angle of 293.7º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804DF is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 4 | 223 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.13 |
| HSL | 293.7º | 0.96% | 0.45% | - |
| HSV(B) | 293.7º | 0.98% | 0.87% | - |
| XYZ | 37.18 | 17.69 | 71.27 | - |
| YUV | 87.57 | 204.43 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 223 | 0.10 | 0.98 | 0 | 0.13 | 293.7 | 0.96 | 0.45 |
| Hex | C8 | 4 | DF | A | 62 | 0 | D | 126 | 60 | 2D |
| Octal | 310 | 4 | 337 | 12 | 142 | 0 | 15 | 446 | 140 | 55 |
| Binary | 11001000 | 100 | 11011111 | 1010 | 1100010 | 0 | 1101 | 100100110 | 1100000 | 101101 |
Color Harmonies of #C804DF
Complementary color
Monochromatic Colors of #C804DF
Black with #C804DF
Text Example
Text Example
White with #C804DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804DF; }
p { color: rgb(200,4,223); }
H1.HeaderClassName
{
color: #C804DF;
}
.AnyTagClassName
{
color: #C804DF;
}
</style>
background-color css
<style>
a { background-color: #C804DF; }
a { background-color: rgb(200,4,223); }
div.DivClassName
{
background-color: #C804DF;
}
.BgClassName
{
background-color: #C804DF;
}
</style>
border-color css
<style>
span { border-color: #C804DF; }
span { border-color: rgb(200,4,223); }
td.TdClassName
{
border-color: #C804DF;
}
.TagClassName
{
border-color: #C804DF;
}
</style>