Shades of Deep Magenta #C822DA
Tints of Deep Magenta #C822DA
RGB
CMYK
RGB Variations
Color information
#C822DA (or 0xC822DA) is known color: Deep Magenta. HEX triplet: C8, 22 and DA. RGB value is (200,34,218). Sum of RGB (Red+Green+Blue) = 200+34+218=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #C822DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C822DA is #37DD25. Grayscale: #686868. Windows color (decimal): -3661094 or 14295752. OLE color: 14295752.
HSL color Cylindrical-coordinate representation of color #C822DA: hue angle of 294.13º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C822DA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 34 | 218 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.15 |
| HSL | 294.13º | 0.73% | 0.49% | - |
| HSV(B) | 294.13º | 0.84% | 0.85% | - |
| XYZ | 37.05 | 18.49 | 67.95 | - |
| YUV | 104.61 | 192 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 218 | 0.08 | 0.84 | 0 | 0.15 | 294.13 | 0.73 | 0.49 |
| Hex | C8 | 22 | DA | 8 | 54 | 0 | F | 126 | 49 | 31 |
| Octal | 310 | 42 | 332 | 10 | 124 | 0 | 17 | 446 | 111 | 61 |
| Binary | 11001000 | 100010 | 11011010 | 1000 | 1010100 | 0 | 1111 | 100100110 | 1001001 | 110001 |
Color Harmonies of #C822DA
Complementary color
Monochromatic Colors of #C822DA
Black with #C822DA
Text Example
Text Example
White with #C822DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822DA; }
p { color: rgb(200,34,218); }
H1.HeaderClassName
{
color: #C822DA;
}
.AnyTagClassName
{
color: #C822DA;
}
</style>
background-color css
<style>
a { background-color: #C822DA; }
a { background-color: rgb(200,34,218); }
div.DivClassName
{
background-color: #C822DA;
}
.BgClassName
{
background-color: #C822DA;
}
</style>
border-color css
<style>
span { border-color: #C822DA; }
span { border-color: rgb(200,34,218); }
td.TdClassName
{
border-color: #C822DA;
}
.TagClassName
{
border-color: #C822DA;
}
</style>