Shades of Deep Magenta #C821DC
Tints of Deep Magenta #C821DC
RGB
CMYK
RGB Variations
Color information
#C821DC (or 0xC821DC) is known color: Deep Magenta. HEX triplet: C8, 21 and DC. RGB value is (200,33,220). Sum of RGB (Red+Green+Blue) = 200+33+220=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #C821DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821DC is #37DE23. Grayscale: #676767. Windows color (decimal): -3661348 or 14426568. OLE color: 14426568.
HSL color Cylindrical-coordinate representation of color #C821DC: hue angle of 293.58º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C821DC is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 33 | 220 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.14 |
| HSL | 293.58º | 0.74% | 0.5% | - |
| HSV(B) | 293.58º | 0.85% | 0.86% | - |
| XYZ | 37.28 | 18.53 | 69.32 | - |
| YUV | 104.25 | 193.33 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 220 | 0.09 | 0.85 | 0 | 0.14 | 293.58 | 0.74 | 0.5 |
| Hex | C8 | 21 | DC | 9 | 55 | 0 | E | 126 | 4A | 32 |
| Octal | 310 | 41 | 334 | 11 | 125 | 0 | 16 | 446 | 112 | 62 |
| Binary | 11001000 | 100001 | 11011100 | 1001 | 1010101 | 0 | 1110 | 100100110 | 1001010 | 110010 |
Color Harmonies of #C821DC
Complementary color
Monochromatic Colors of #C821DC
Black with #C821DC
Text Example
Text Example
White with #C821DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821DC; }
p { color: rgb(200,33,220); }
H1.HeaderClassName
{
color: #C821DC;
}
.AnyTagClassName
{
color: #C821DC;
}
</style>
background-color css
<style>
a { background-color: #C821DC; }
a { background-color: rgb(200,33,220); }
div.DivClassName
{
background-color: #C821DC;
}
.BgClassName
{
background-color: #C821DC;
}
</style>
border-color css
<style>
span { border-color: #C821DC; }
span { border-color: rgb(200,33,220); }
td.TdClassName
{
border-color: #C821DC;
}
.TagClassName
{
border-color: #C821DC;
}
</style>