The black pixels are probably transparent pixels. You can give them a color using this method:
coverPage.ColorAlpha(new MagickColor("#fff"));
coverPage.ColorAlpha(new MagickColor("#fff"));