Shades of Deep Magenta #C704DC
Tints of Deep Magenta #C704DC
RGB
CMYK
RGB Variations
Color information
#C704DC (or 0xC704DC) is known color: Deep Magenta. HEX triplet: C7, 04 and DC. RGB value is (199,4,220). Sum of RGB (Red+Green+Blue) = 199+4+220=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #C704DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704DC is #38FB23. Grayscale: #565656. Windows color (decimal): -3734308 or 14419143. OLE color: 14419143.
HSL color Cylindrical-coordinate representation of color #C704DC: hue angle of 294.17º 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 #C704DC is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 4 | 220 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.14 |
| HSL | 294.17º | 0.96% | 0.44% | - |
| HSV(B) | 294.17º | 0.98% | 0.86% | - |
| XYZ | 36.51 | 17.4 | 69.14 | - |
| YUV | 86.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 220 | 0.10 | 0.98 | 0 | 0.14 | 294.17 | 0.96 | 0.44 |
| Hex | C7 | 4 | DC | A | 62 | 0 | E | 126 | 60 | 2C |
| Octal | 307 | 4 | 334 | 12 | 142 | 0 | 16 | 446 | 140 | 54 |
| Binary | 11000111 | 100 | 11011100 | 1010 | 1100010 | 0 | 1110 | 100100110 | 1100000 | 101100 |
Color Harmonies of #C704DC
Complementary color
Monochromatic Colors of #C704DC
Black with #C704DC
Text Example
Text Example
White with #C704DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704DC; }
p { color: rgb(199,4,220); }
H1.HeaderClassName
{
color: #C704DC;
}
.AnyTagClassName
{
color: #C704DC;
}
</style>
background-color css
<style>
a { background-color: #C704DC; }
a { background-color: rgb(199,4,220); }
div.DivClassName
{
background-color: #C704DC;
}
.BgClassName
{
background-color: #C704DC;
}
</style>
border-color css
<style>
span { border-color: #C704DC; }
span { border-color: rgb(199,4,220); }
td.TdClassName
{
border-color: #C704DC;
}
.TagClassName
{
border-color: #C704DC;
}
</style>