Shades of Deep Magenta #C82ADD
Tints of Deep Magenta #C82ADD
RGB
CMYK
RGB Variations
Color information
#C82ADD (or 0xC82ADD) is known color: Deep Magenta. HEX triplet: C8, 2A and DD. RGB value is (200,42,221). Sum of RGB (Red+Green+Blue) = 200+42+221=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C82ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ADD is #37D522. Grayscale: #6D6D6D. Windows color (decimal): -3659043 or 14494408. OLE color: 14494408.
HSL color Cylindrical-coordinate representation of color #C82ADD: hue angle of 292.96º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82ADD is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 42 | 221 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.13 |
| HSL | 292.96º | 0.72% | 0.52% | - |
| HSV(B) | 292.96º | 0.81% | 0.87% | - |
| XYZ | 37.7 | 19.16 | 70.12 | - |
| YUV | 109.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 221 | 0.10 | 0.81 | 0 | 0.13 | 292.96 | 0.72 | 0.52 |
| Hex | C8 | 2A | DD | A | 51 | 0 | D | 125 | 48 | 34 |
| Octal | 310 | 52 | 335 | 12 | 121 | 0 | 15 | 445 | 110 | 64 |
| Binary | 11001000 | 101010 | 11011101 | 1010 | 1010001 | 0 | 1101 | 100100101 | 1001000 | 110100 |
Color Harmonies of #C82ADD
Complementary color
Monochromatic Colors of #C82ADD
Black with #C82ADD
Text Example
Text Example
White with #C82ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ADD; }
p { color: rgb(200,42,221); }
H1.HeaderClassName
{
color: #C82ADD;
}
.AnyTagClassName
{
color: #C82ADD;
}
</style>
background-color css
<style>
a { background-color: #C82ADD; }
a { background-color: rgb(200,42,221); }
div.DivClassName
{
background-color: #C82ADD;
}
.BgClassName
{
background-color: #C82ADD;
}
</style>
border-color css
<style>
span { border-color: #C82ADD; }
span { border-color: rgb(200,42,221); }
td.TdClassName
{
border-color: #C82ADD;
}
.TagClassName
{
border-color: #C82ADD;
}
</style>