Shades of Deep Magenta #DC01CE
Tints of Deep Magenta #DC01CE
RGB
CMYK
RGB Variations
Color information
#DC01CE (or 0xDC01CE) is known color: Deep Magenta. HEX triplet: DC, 01 and CE. RGB value is (220,1,206). Sum of RGB (Red+Green+Blue) = 220+1+206=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC01CE is #23FE31. Grayscale: #595959. Windows color (decimal): -2358834 or 13500892. OLE color: 13500892.
HSL color Cylindrical-coordinate representation of color #DC01CE: hue angle of 303.84º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01CE is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.14 |
| HSL | 303.84º | 0.99% | 0.43% | - |
| HSV(B) | 303.84º | 1% | 0.86% | - |
| XYZ | 40.67 | 19.69 | 60.05 | - |
| YUV | 89.85 | 193.55 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 206 | 0 | 1.00 | 0.06 | 0.14 | 303.84 | 0.99 | 0.43 |
| Hex | DC | 1 | CE | 0 | 64 | 6 | E | 130 | 63 | 2B |
| Octal | 334 | 1 | 316 | 0 | 144 | 6 | 16 | 460 | 143 | 53 |
| Binary | 11011100 | 1 | 11001110 | 0 | 1100100 | 110 | 1110 | 100110000 | 1100011 | 101011 |
Color Harmonies of #DC01CE
Complementary color
Monochromatic Colors of #DC01CE
Black with #DC01CE
Text Example
Text Example
White with #DC01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01CE; }
p { color: rgb(220,1,206); }
H1.HeaderClassName
{
color: #DC01CE;
}
.AnyTagClassName
{
color: #DC01CE;
}
</style>
background-color css
<style>
a { background-color: #DC01CE; }
a { background-color: rgb(220,1,206); }
div.DivClassName
{
background-color: #DC01CE;
}
.BgClassName
{
background-color: #DC01CE;
}
</style>
border-color css
<style>
span { border-color: #DC01CE; }
span { border-color: rgb(220,1,206); }
td.TdClassName
{
border-color: #DC01CE;
}
.TagClassName
{
border-color: #DC01CE;
}
</style>