Shades of Deep Magenta #C008D7
Tints of Deep Magenta #C008D7
RGB
CMYK
RGB Variations
Color information
#C008D7 (or 0xC008D7) is known color: Deep Magenta. HEX triplet: C0, 08 and D7. RGB value is (192,8,215). Sum of RGB (Red+Green+Blue) = 192+8+215=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #C008D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008D7 is #3FF728. Grayscale: #555555. Windows color (decimal): -4192041 or 14092480. OLE color: 14092480.
HSL color Cylindrical-coordinate representation of color #C008D7: hue angle of 293.33º 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 #C008D7 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 8 | 215 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.16 |
| HSL | 293.33º | 0.93% | 0.44% | - |
| HSV(B) | 293.33º | 0.96% | 0.84% | - |
| XYZ | 34.09 | 16.29 | 65.64 | - |
| YUV | 86.61 | 200.46 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 215 | 0.11 | 0.96 | 0 | 0.16 | 293.33 | 0.93 | 0.44 |
| Hex | C0 | 8 | D7 | B | 60 | 0 | 10 | 125 | 5D | 2C |
| Octal | 300 | 10 | 327 | 13 | 140 | 0 | 20 | 445 | 135 | 54 |
| Binary | 11000000 | 1000 | 11010111 | 1011 | 1100000 | 0 | 10000 | 100100101 | 1011101 | 101100 |
Color Harmonies of #C008D7
Complementary color
Monochromatic Colors of #C008D7
Black with #C008D7
Text Example
Text Example
White with #C008D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008D7; }
p { color: rgb(192,8,215); }
H1.HeaderClassName
{
color: #C008D7;
}
.AnyTagClassName
{
color: #C008D7;
}
</style>
background-color css
<style>
a { background-color: #C008D7; }
a { background-color: rgb(192,8,215); }
div.DivClassName
{
background-color: #C008D7;
}
.BgClassName
{
background-color: #C008D7;
}
</style>
border-color css
<style>
span { border-color: #C008D7; }
span { border-color: rgb(192,8,215); }
td.TdClassName
{
border-color: #C008D7;
}
.TagClassName
{
border-color: #C008D7;
}
</style>