Shades of Deep Magenta #C707DC
Tints of Deep Magenta #C707DC
RGB
CMYK
RGB Variations
Color information
#C707DC (or 0xC707DC) is known color: Deep Magenta. HEX triplet: C7, 07 and DC. RGB value is (199,7,220). Sum of RGB (Red+Green+Blue) = 199+7+220=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #C707DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707DC is #38F823. Grayscale: #585858. Windows color (decimal): -3733540 or 14419911. OLE color: 14419911.
HSL color Cylindrical-coordinate representation of color #C707DC: hue angle of 294.08º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C707DC is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 7 | 220 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.14 |
| HSL | 294.08º | 0.94% | 0.45% | - |
| HSV(B) | 294.08º | 0.97% | 0.86% | - |
| XYZ | 36.55 | 17.46 | 69.15 | - |
| YUV | 88.69 | 202.11 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 220 | 0.10 | 0.97 | 0 | 0.14 | 294.08 | 0.94 | 0.45 |
| Hex | C7 | 7 | DC | A | 61 | 0 | E | 126 | 5E | 2D |
| Octal | 307 | 7 | 334 | 12 | 141 | 0 | 16 | 446 | 136 | 55 |
| Binary | 11000111 | 111 | 11011100 | 1010 | 1100001 | 0 | 1110 | 100100110 | 1011110 | 101101 |
Color Harmonies of #C707DC
Complementary color
Monochromatic Colors of #C707DC
Black with #C707DC
Text Example
Text Example
White with #C707DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C707DC; }
p { color: rgb(199,7,220); }
H1.HeaderClassName
{
color: #C707DC;
}
.AnyTagClassName
{
color: #C707DC;
}
</style>
background-color css
<style>
a { background-color: #C707DC; }
a { background-color: rgb(199,7,220); }
div.DivClassName
{
background-color: #C707DC;
}
.BgClassName
{
background-color: #C707DC;
}
</style>
border-color css
<style>
span { border-color: #C707DC; }
span { border-color: rgb(199,7,220); }
td.TdClassName
{
border-color: #C707DC;
}
.TagClassName
{
border-color: #C707DC;
}
</style>