Shades of Deep Magenta #C008D6
Tints of Deep Magenta #C008D6
RGB
CMYK
RGB Variations
Color information
#C008D6 (or 0xC008D6) is known color: Deep Magenta. HEX triplet: C0, 08 and D6. RGB value is (192,8,214). Sum of RGB (Red+Green+Blue) = 192+8+214=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #C008D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008D6 is #3FF729. Grayscale: #555555. Windows color (decimal): -4192042 or 14026944. OLE color: 14026944.
HSL color Cylindrical-coordinate representation of color #C008D6: hue angle of 293.59º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008D6 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 8 | 214 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.16 |
| HSL | 293.59º | 0.93% | 0.44% | - |
| HSV(B) | 293.59º | 0.96% | 0.84% | - |
| XYZ | 33.96 | 16.24 | 64.96 | - |
| YUV | 86.5 | 199.96 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 214 | 0.10 | 0.96 | 0 | 0.16 | 293.59 | 0.93 | 0.44 |
| Hex | C0 | 8 | D6 | A | 60 | 0 | 10 | 126 | 5D | 2C |
| Octal | 300 | 10 | 326 | 12 | 140 | 0 | 20 | 446 | 135 | 54 |
| Binary | 11000000 | 1000 | 11010110 | 1010 | 1100000 | 0 | 10000 | 100100110 | 1011101 | 101100 |
Color Harmonies of #C008D6
Complementary color
Monochromatic Colors of #C008D6
Black with #C008D6
Text Example
Text Example
White with #C008D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008D6; }
p { color: rgb(192,8,214); }
H1.HeaderClassName
{
color: #C008D6;
}
.AnyTagClassName
{
color: #C008D6;
}
</style>
background-color css
<style>
a { background-color: #C008D6; }
a { background-color: rgb(192,8,214); }
div.DivClassName
{
background-color: #C008D6;
}
.BgClassName
{
background-color: #C008D6;
}
</style>
border-color css
<style>
span { border-color: #C008D6; }
span { border-color: rgb(192,8,214); }
td.TdClassName
{
border-color: #C008D6;
}
.TagClassName
{
border-color: #C008D6;
}
</style>