Shades of Deep Magenta #C820DC
Tints of Deep Magenta #C820DC
RGB
CMYK
RGB Variations
Color information
#C820DC (or 0xC820DC) is known color: Deep Magenta. HEX triplet: C8, 20 and DC. RGB value is (200,32,220). Sum of RGB (Red+Green+Blue) = 200+32+220=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #C820DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820DC is #37DF23. Grayscale: #676767. Windows color (decimal): -3661604 or 14426312. OLE color: 14426312.
HSL color Cylindrical-coordinate representation of color #C820DC: hue angle of 293.62º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C820DC is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 32 | 220 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.14 |
| HSL | 293.62º | 0.75% | 0.49% | - |
| HSV(B) | 293.62º | 0.85% | 0.86% | - |
| XYZ | 37.25 | 18.48 | 69.31 | - |
| YUV | 103.66 | 193.66 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 220 | 0.09 | 0.85 | 0 | 0.14 | 293.62 | 0.75 | 0.49 |
| Hex | C8 | 20 | DC | 9 | 55 | 0 | E | 126 | 4B | 31 |
| Octal | 310 | 40 | 334 | 11 | 125 | 0 | 16 | 446 | 113 | 61 |
| Binary | 11001000 | 100000 | 11011100 | 1001 | 1010101 | 0 | 1110 | 100100110 | 1001011 | 110001 |
Color Harmonies of #C820DC
Complementary color
Monochromatic Colors of #C820DC
Black with #C820DC
Text Example
Text Example
White with #C820DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820DC; }
p { color: rgb(200,32,220); }
H1.HeaderClassName
{
color: #C820DC;
}
.AnyTagClassName
{
color: #C820DC;
}
</style>
background-color css
<style>
a { background-color: #C820DC; }
a { background-color: rgb(200,32,220); }
div.DivClassName
{
background-color: #C820DC;
}
.BgClassName
{
background-color: #C820DC;
}
</style>
border-color css
<style>
span { border-color: #C820DC; }
span { border-color: rgb(200,32,220); }
td.TdClassName
{
border-color: #C820DC;
}
.TagClassName
{
border-color: #C820DC;
}
</style>