Shades of Deep Magenta #C82ADC
Tints of Deep Magenta #C82ADC
RGB
CMYK
RGB Variations
Color information
#C82ADC (or 0xC82ADC) is known color: Deep Magenta. HEX triplet: C8, 2A and DC. RGB value is (200,42,220). Sum of RGB (Red+Green+Blue) = 200+42+220=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #C82ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ADC is #37D523. Grayscale: #6C6C6C. Windows color (decimal): -3659044 or 14428872. OLE color: 14428872.
HSL color Cylindrical-coordinate representation of color #C82ADC: hue angle of 293.26º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82ADC is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 42 | 220 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.14 |
| HSL | 293.26º | 0.72% | 0.51% | - |
| HSV(B) | 293.26º | 0.81% | 0.86% | - |
| XYZ | 37.57 | 19.1 | 69.42 | - |
| YUV | 109.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 220 | 0.09 | 0.81 | 0 | 0.14 | 293.26 | 0.72 | 0.51 |
| Hex | C8 | 2A | DC | 9 | 51 | 0 | E | 125 | 48 | 33 |
| Octal | 310 | 52 | 334 | 11 | 121 | 0 | 16 | 445 | 110 | 63 |
| Binary | 11001000 | 101010 | 11011100 | 1001 | 1010001 | 0 | 1110 | 100100101 | 1001000 | 110011 |
Color Harmonies of #C82ADC
Complementary color
Monochromatic Colors of #C82ADC
Black with #C82ADC
Text Example
Text Example
White with #C82ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ADC; }
p { color: rgb(200,42,220); }
H1.HeaderClassName
{
color: #C82ADC;
}
.AnyTagClassName
{
color: #C82ADC;
}
</style>
background-color css
<style>
a { background-color: #C82ADC; }
a { background-color: rgb(200,42,220); }
div.DivClassName
{
background-color: #C82ADC;
}
.BgClassName
{
background-color: #C82ADC;
}
</style>
border-color css
<style>
span { border-color: #C82ADC; }
span { border-color: rgb(200,42,220); }
td.TdClassName
{
border-color: #C82ADC;
}
.TagClassName
{
border-color: #C82ADC;
}
</style>