Shades of Deep Magenta #C820D8
Tints of Deep Magenta #C820D8
RGB
CMYK
RGB Variations
Color information
#C820D8 (or 0xC820D8) is known color: Deep Magenta. HEX triplet: C8, 20 and D8. RGB value is (200,32,216). Sum of RGB (Red+Green+Blue) = 200+32+216=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #C820D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820D8 is #37DF27. Grayscale: #666666. Windows color (decimal): -3661608 or 14164168. OLE color: 14164168.
HSL color Cylindrical-coordinate representation of color #C820D8: hue angle of 294.78º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C820D8 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 32 | 216 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.15 |
| HSL | 294.78º | 0.74% | 0.49% | - |
| HSV(B) | 294.78º | 0.85% | 0.85% | - |
| XYZ | 36.73 | 18.27 | 66.56 | - |
| YUV | 103.21 | 191.66 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 216 | 0.07 | 0.85 | 0 | 0.15 | 294.78 | 0.74 | 0.49 |
| Hex | C8 | 20 | D8 | 7 | 55 | 0 | F | 127 | 4A | 31 |
| Octal | 310 | 40 | 330 | 7 | 125 | 0 | 17 | 447 | 112 | 61 |
| Binary | 11001000 | 100000 | 11011000 | 111 | 1010101 | 0 | 1111 | 100100111 | 1001010 | 110001 |
Color Harmonies of #C820D8
Complementary color
Monochromatic Colors of #C820D8
Black with #C820D8
Text Example
Text Example
White with #C820D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820D8; }
p { color: rgb(200,32,216); }
H1.HeaderClassName
{
color: #C820D8;
}
.AnyTagClassName
{
color: #C820D8;
}
</style>
background-color css
<style>
a { background-color: #C820D8; }
a { background-color: rgb(200,32,216); }
div.DivClassName
{
background-color: #C820D8;
}
.BgClassName
{
background-color: #C820D8;
}
</style>
border-color css
<style>
span { border-color: #C820D8; }
span { border-color: rgb(200,32,216); }
td.TdClassName
{
border-color: #C820D8;
}
.TagClassName
{
border-color: #C820D8;
}
</style>