Shades of Deep Magenta #C704DF
Tints of Deep Magenta #C704DF
RGB
CMYK
RGB Variations
Color information
#C704DF (or 0xC704DF) is known color: Deep Magenta. HEX triplet: C7, 04 and DF. RGB value is (199,4,223). Sum of RGB (Red+Green+Blue) = 199+4+223=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #C704DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704DF is #38FB20. Grayscale: #565656. Windows color (decimal): -3734305 or 14615751. OLE color: 14615751.
HSL color Cylindrical-coordinate representation of color #C704DF: hue angle of 293.42º 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 #C704DF is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 4 | 223 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.13 |
| HSL | 293.42º | 0.96% | 0.45% | - |
| HSV(B) | 293.42º | 0.98% | 0.87% | - |
| XYZ | 36.92 | 17.56 | 71.26 | - |
| YUV | 87.27 | 204.6 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 223 | 0.11 | 0.98 | 0 | 0.13 | 293.42 | 0.96 | 0.45 |
| Hex | C7 | 4 | DF | B | 62 | 0 | D | 125 | 60 | 2D |
| Octal | 307 | 4 | 337 | 13 | 142 | 0 | 15 | 445 | 140 | 55 |
| Binary | 11000111 | 100 | 11011111 | 1011 | 1100010 | 0 | 1101 | 100100101 | 1100000 | 101101 |
Color Harmonies of #C704DF
Complementary color
Monochromatic Colors of #C704DF
Black with #C704DF
Text Example
Text Example
White with #C704DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704DF; }
p { color: rgb(199,4,223); }
H1.HeaderClassName
{
color: #C704DF;
}
.AnyTagClassName
{
color: #C704DF;
}
</style>
background-color css
<style>
a { background-color: #C704DF; }
a { background-color: rgb(199,4,223); }
div.DivClassName
{
background-color: #C704DF;
}
.BgClassName
{
background-color: #C704DF;
}
</style>
border-color css
<style>
span { border-color: #C704DF; }
span { border-color: rgb(199,4,223); }
td.TdClassName
{
border-color: #C704DF;
}
.TagClassName
{
border-color: #C704DF;
}
</style>