Shades of Deep Magenta #C008DE
Tints of Deep Magenta #C008DE
RGB
CMYK
RGB Variations
Color information
#C008DE (or 0xC008DE) is known color: Deep Magenta. HEX triplet: C0, 08 and DE. RGB value is (192,8,222). Sum of RGB (Red+Green+Blue) = 192+8+222=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #C008DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008DE is #3FF721. Grayscale: #565656. Windows color (decimal): -4192034 or 14551232. OLE color: 14551232.
HSL color Cylindrical-coordinate representation of color #C008DE: hue angle of 291.59º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008DE is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 8 | 222 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.13 |
| HSL | 291.59º | 0.93% | 0.45% | - |
| HSV(B) | 291.59º | 0.96% | 0.87% | - |
| XYZ | 35.01 | 16.65 | 70.48 | - |
| YUV | 87.41 | 203.96 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 222 | 0.14 | 0.96 | 0 | 0.13 | 291.59 | 0.93 | 0.45 |
| Hex | C0 | 8 | DE | E | 60 | 0 | D | 124 | 5D | 2D |
| Octal | 300 | 10 | 336 | 16 | 140 | 0 | 15 | 444 | 135 | 55 |
| Binary | 11000000 | 1000 | 11011110 | 1110 | 1100000 | 0 | 1101 | 100100100 | 1011101 | 101101 |
Color Harmonies of #C008DE
Complementary color
Monochromatic Colors of #C008DE
Black with #C008DE
Text Example
Text Example
White with #C008DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008DE; }
p { color: rgb(192,8,222); }
H1.HeaderClassName
{
color: #C008DE;
}
.AnyTagClassName
{
color: #C008DE;
}
</style>
background-color css
<style>
a { background-color: #C008DE; }
a { background-color: rgb(192,8,222); }
div.DivClassName
{
background-color: #C008DE;
}
.BgClassName
{
background-color: #C008DE;
}
</style>
border-color css
<style>
span { border-color: #C008DE; }
span { border-color: rgb(192,8,222); }
td.TdClassName
{
border-color: #C008DE;
}
.TagClassName
{
border-color: #C008DE;
}
</style>