Shades of Deep Magenta #C801DC
Tints of Deep Magenta #C801DC
RGB
CMYK
RGB Variations
Color information
#C801DC (or 0xC801DC) is known color: Deep Magenta. HEX triplet: C8, 01 and DC. RGB value is (200,1,220). Sum of RGB (Red+Green+Blue) = 200+1+220=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #C801DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801DC is #37FE23. Grayscale: #545454. Windows color (decimal): -3669540 or 14418376. OLE color: 14418376.
HSL color Cylindrical-coordinate representation of color #C801DC: hue angle of 294.52º 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 #C801DC is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 1 | 220 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.14 |
| HSL | 294.52º | 0.99% | 0.43% | - |
| HSV(B) | 294.52º | 1% | 0.86% | - |
| XYZ | 36.75 | 17.47 | 69.15 | - |
| YUV | 85.47 | 203.93 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 220 | 0.09 | 1.00 | 0 | 0.14 | 294.52 | 0.99 | 0.43 |
| Hex | C8 | 1 | DC | 9 | 64 | 0 | E | 127 | 63 | 2B |
| Octal | 310 | 1 | 334 | 11 | 144 | 0 | 16 | 447 | 143 | 53 |
| Binary | 11001000 | 1 | 11011100 | 1001 | 1100100 | 0 | 1110 | 100100111 | 1100011 | 101011 |
Color Harmonies of #C801DC
Complementary color
Monochromatic Colors of #C801DC
Black with #C801DC
Text Example
Text Example
White with #C801DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801DC; }
p { color: rgb(200,1,220); }
H1.HeaderClassName
{
color: #C801DC;
}
.AnyTagClassName
{
color: #C801DC;
}
</style>
background-color css
<style>
a { background-color: #C801DC; }
a { background-color: rgb(200,1,220); }
div.DivClassName
{
background-color: #C801DC;
}
.BgClassName
{
background-color: #C801DC;
}
</style>
border-color css
<style>
span { border-color: #C801DC; }
span { border-color: rgb(200,1,220); }
td.TdClassName
{
border-color: #C801DC;
}
.TagClassName
{
border-color: #C801DC;
}
</style>