Shades of Deep Magenta #C82AD7
Tints of Deep Magenta #C82AD7
RGB
CMYK
RGB Variations
Color information
#C82AD7 (or 0xC82AD7) is known color: Deep Magenta. HEX triplet: C8, 2A and D7. RGB value is (200,42,215). Sum of RGB (Red+Green+Blue) = 200+42+215=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #C82AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82AD7 is #37D528. Grayscale: #6C6C6C. Windows color (decimal): -3659049 or 14101192. OLE color: 14101192.
HSL color Cylindrical-coordinate representation of color #C82AD7: hue angle of 294.8º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82AD7 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 42 | 215 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.16 |
| HSL | 294.8º | 0.68% | 0.5% | - |
| HSV(B) | 294.8º | 0.8% | 0.84% | - |
| XYZ | 36.91 | 18.84 | 65.98 | - |
| YUV | 108.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 215 | 0.07 | 0.80 | 0 | 0.16 | 294.8 | 0.68 | 0.5 |
| Hex | C8 | 2A | D7 | 7 | 50 | 0 | 10 | 127 | 44 | 32 |
| Octal | 310 | 52 | 327 | 7 | 120 | 0 | 20 | 447 | 104 | 62 |
| Binary | 11001000 | 101010 | 11010111 | 111 | 1010000 | 0 | 10000 | 100100111 | 1000100 | 110010 |
Color Harmonies of #C82AD7
Complementary color
Monochromatic Colors of #C82AD7
Black with #C82AD7
Text Example
Text Example
White with #C82AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82AD7; }
p { color: rgb(200,42,215); }
H1.HeaderClassName
{
color: #C82AD7;
}
.AnyTagClassName
{
color: #C82AD7;
}
</style>
background-color css
<style>
a { background-color: #C82AD7; }
a { background-color: rgb(200,42,215); }
div.DivClassName
{
background-color: #C82AD7;
}
.BgClassName
{
background-color: #C82AD7;
}
</style>
border-color css
<style>
span { border-color: #C82AD7; }
span { border-color: rgb(200,42,215); }
td.TdClassName
{
border-color: #C82AD7;
}
.TagClassName
{
border-color: #C82AD7;
}
</style>