Shades of Deep Magenta #C820DF
Tints of Deep Magenta #C820DF
RGB
CMYK
RGB Variations
Color information
#C820DF (or 0xC820DF) is known color: Deep Magenta. HEX triplet: C8, 20 and DF. RGB value is (200,32,223). Sum of RGB (Red+Green+Blue) = 200+32+223=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #C820DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820DF is #37DF20. Grayscale: #676767. Windows color (decimal): -3661601 or 14622920. OLE color: 14622920.
HSL color Cylindrical-coordinate representation of color #C820DF: hue angle of 292.77º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C820DF is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 32 | 223 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.13 |
| HSL | 292.77º | 0.75% | 0.5% | - |
| HSV(B) | 292.77º | 0.86% | 0.87% | - |
| XYZ | 37.66 | 18.64 | 71.43 | - |
| YUV | 104.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 223 | 0.10 | 0.86 | 0 | 0.13 | 292.77 | 0.75 | 0.5 |
| Hex | C8 | 20 | DF | A | 56 | 0 | D | 125 | 4B | 32 |
| Octal | 310 | 40 | 337 | 12 | 126 | 0 | 15 | 445 | 113 | 62 |
| Binary | 11001000 | 100000 | 11011111 | 1010 | 1010110 | 0 | 1101 | 100100101 | 1001011 | 110010 |
Color Harmonies of #C820DF
Complementary color
Monochromatic Colors of #C820DF
Black with #C820DF
Text Example
Text Example
White with #C820DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820DF; }
p { color: rgb(200,32,223); }
H1.HeaderClassName
{
color: #C820DF;
}
.AnyTagClassName
{
color: #C820DF;
}
</style>
background-color css
<style>
a { background-color: #C820DF; }
a { background-color: rgb(200,32,223); }
div.DivClassName
{
background-color: #C820DF;
}
.BgClassName
{
background-color: #C820DF;
}
</style>
border-color css
<style>
span { border-color: #C820DF; }
span { border-color: rgb(200,32,223); }
td.TdClassName
{
border-color: #C820DF;
}
.TagClassName
{
border-color: #C820DF;
}
</style>