Shades of Deep Magenta #C801DE
Tints of Deep Magenta #C801DE
RGB
CMYK
RGB Variations
Color information
#C801DE (or 0xC801DE) is known color: Deep Magenta. HEX triplet: C8, 01 and DE. RGB value is (200,1,222). Sum of RGB (Red+Green+Blue) = 200+1+222=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #C801DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801DE is #37FE21. Grayscale: #555555. Windows color (decimal): -3669538 or 14549448. OLE color: 14549448.
HSL color Cylindrical-coordinate representation of color #C801DE: hue angle of 294.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801DE is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 1 | 222 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.13 |
| HSL | 294.03º | 0.99% | 0.44% | - |
| HSV(B) | 294.03º | 1% | 0.87% | - |
| XYZ | 37.02 | 17.58 | 70.55 | - |
| YUV | 85.7 | 204.93 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 222 | 0.10 | 1.00 | 0 | 0.13 | 294.03 | 0.99 | 0.44 |
| Hex | C8 | 1 | DE | A | 64 | 0 | D | 126 | 63 | 2C |
| Octal | 310 | 1 | 336 | 12 | 144 | 0 | 15 | 446 | 143 | 54 |
| Binary | 11001000 | 1 | 11011110 | 1010 | 1100100 | 0 | 1101 | 100100110 | 1100011 | 101100 |
Color Harmonies of #C801DE
Complementary color
Monochromatic Colors of #C801DE
Black with #C801DE
Text Example
Text Example
White with #C801DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801DE; }
p { color: rgb(200,1,222); }
H1.HeaderClassName
{
color: #C801DE;
}
.AnyTagClassName
{
color: #C801DE;
}
</style>
background-color css
<style>
a { background-color: #C801DE; }
a { background-color: rgb(200,1,222); }
div.DivClassName
{
background-color: #C801DE;
}
.BgClassName
{
background-color: #C801DE;
}
</style>
border-color css
<style>
span { border-color: #C801DE; }
span { border-color: rgb(200,1,222); }
td.TdClassName
{
border-color: #C801DE;
}
.TagClassName
{
border-color: #C801DE;
}
</style>