Shades of Deep Magenta #C82AD6
Tints of Deep Magenta #C82AD6
RGB
CMYK
RGB Variations
Color information
#C82AD6 (or 0xC82AD6) is known color: Deep Magenta. HEX triplet: C8, 2A and D6. RGB value is (200,42,214). Sum of RGB (Red+Green+Blue) = 200+42+214=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #C82AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82AD6 is #37D529. Grayscale: #6C6C6C. Windows color (decimal): -3659050 or 14035656. OLE color: 14035656.
HSL color Cylindrical-coordinate representation of color #C82AD6: hue angle of 295.12º 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 #C82AD6 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 42 | 214 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.16 |
| HSL | 295.12º | 0.68% | 0.5% | - |
| HSV(B) | 295.12º | 0.8% | 0.84% | - |
| XYZ | 36.78 | 18.79 | 65.31 | - |
| YUV | 108.85 | 187.35 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 214 | 0.07 | 0.80 | 0 | 0.16 | 295.12 | 0.68 | 0.5 |
| Hex | C8 | 2A | D6 | 7 | 50 | 0 | 10 | 127 | 44 | 32 |
| Octal | 310 | 52 | 326 | 7 | 120 | 0 | 20 | 447 | 104 | 62 |
| Binary | 11001000 | 101010 | 11010110 | 111 | 1010000 | 0 | 10000 | 100100111 | 1000100 | 110010 |
Color Harmonies of #C82AD6
Complementary color
Monochromatic Colors of #C82AD6
Black with #C82AD6
Text Example
Text Example
White with #C82AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82AD6; }
p { color: rgb(200,42,214); }
H1.HeaderClassName
{
color: #C82AD6;
}
.AnyTagClassName
{
color: #C82AD6;
}
</style>
background-color css
<style>
a { background-color: #C82AD6; }
a { background-color: rgb(200,42,214); }
div.DivClassName
{
background-color: #C82AD6;
}
.BgClassName
{
background-color: #C82AD6;
}
</style>
border-color css
<style>
span { border-color: #C82AD6; }
span { border-color: rgb(200,42,214); }
td.TdClassName
{
border-color: #C82AD6;
}
.TagClassName
{
border-color: #C82AD6;
}
</style>