Shades of Deep Magenta #C800DE
Tints of Deep Magenta #C800DE
RGB
CMYK
RGB Variations
Color information
#C800DE (or 0xC800DE) is known color: Deep Magenta. HEX triplet: C8, 00 and DE. RGB value is (200,0,222). Sum of RGB (Red+Green+Blue) = 200+0+222=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 0 (0.39% from 255 or 0% 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 #C800DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800DE is #37FF21. Grayscale: #545454. Windows color (decimal): -3669794 or 14549192. OLE color: 14549192.
HSL color Cylindrical-coordinate representation of color #C800DE: hue angle of 294.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800DE is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 0 | 222 | - |
| CMYK | 0.10 | 1 | 0 | 0.13 |
| HSL | 294.05º | 1% | 0.44% | - |
| HSV(B) | 294.05º | 1% | 0.87% | - |
| XYZ | 37 | 17.55 | 70.55 | - |
| YUV | 85.11 | 205.26 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 222 | 0.10 | 1 | 0 | 0.13 | 294.05 | 1 | 0.44 |
| Hex | C8 | 0 | DE | A | 64 | 0 | D | 126 | 64 | 2C |
| Octal | 310 | 0 | 336 | 12 | 144 | 0 | 15 | 446 | 144 | 54 |
| Binary | 11001000 | 0 | 11011110 | 1010 | 1100100 | 0 | 1101 | 100100110 | 1100100 | 101100 |
Color Harmonies of #C800DE
Complementary color
Monochromatic Colors of #C800DE
Black with #C800DE
Text Example
Text Example
White with #C800DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800DE; }
p { color: rgb(200,0,222); }
H1.HeaderClassName
{
color: #C800DE;
}
.AnyTagClassName
{
color: #C800DE;
}
</style>
background-color css
<style>
a { background-color: #C800DE; }
a { background-color: rgb(200,0,222); }
div.DivClassName
{
background-color: #C800DE;
}
.BgClassName
{
background-color: #C800DE;
}
</style>
border-color css
<style>
span { border-color: #C800DE; }
span { border-color: rgb(200,0,222); }
td.TdClassName
{
border-color: #C800DE;
}
.TagClassName
{
border-color: #C800DE;
}
</style>