Shades of Deep Magenta #C708D8
Tints of Deep Magenta #C708D8
RGB
CMYK
RGB Variations
Color information
#C708D8 (or 0xC708D8) is known color: Deep Magenta. HEX triplet: C7, 08 and D8. RGB value is (199,8,216). Sum of RGB (Red+Green+Blue) = 199+8+216=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #C708D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708D8 is #38F727. Grayscale: #585858. Windows color (decimal): -3733288 or 14158023. OLE color: 14158023.
HSL color Cylindrical-coordinate representation of color #C708D8: hue angle of 295.1º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C708D8 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 8 | 216 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.15 |
| HSL | 295.1º | 0.93% | 0.44% | - |
| HSV(B) | 295.1º | 0.96% | 0.85% | - |
| XYZ | 36.03 | 17.27 | 66.4 | - |
| YUV | 88.82 | 199.78 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 216 | 0.08 | 0.96 | 0 | 0.15 | 295.1 | 0.93 | 0.44 |
| Hex | C7 | 8 | D8 | 8 | 60 | 0 | F | 127 | 5D | 2C |
| Octal | 307 | 10 | 330 | 10 | 140 | 0 | 17 | 447 | 135 | 54 |
| Binary | 11000111 | 1000 | 11011000 | 1000 | 1100000 | 0 | 1111 | 100100111 | 1011101 | 101100 |
Color Harmonies of #C708D8
Complementary color
Monochromatic Colors of #C708D8
Black with #C708D8
Text Example
Text Example
White with #C708D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708D8; }
p { color: rgb(199,8,216); }
H1.HeaderClassName
{
color: #C708D8;
}
.AnyTagClassName
{
color: #C708D8;
}
</style>
background-color css
<style>
a { background-color: #C708D8; }
a { background-color: rgb(199,8,216); }
div.DivClassName
{
background-color: #C708D8;
}
.BgClassName
{
background-color: #C708D8;
}
</style>
border-color css
<style>
span { border-color: #C708D8; }
span { border-color: rgb(199,8,216); }
td.TdClassName
{
border-color: #C708D8;
}
.TagClassName
{
border-color: #C708D8;
}
</style>