Shades of Deep Magenta #C82ADA
Tints of Deep Magenta #C82ADA
RGB
CMYK
RGB Variations
Color information
#C82ADA (or 0xC82ADA) is known color: Deep Magenta. HEX triplet: C8, 2A and DA. RGB value is (200,42,218). Sum of RGB (Red+Green+Blue) = 200+42+218=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #C82ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ADA is #37D525. Grayscale: #6C6C6C. Windows color (decimal): -3659046 or 14297800. OLE color: 14297800.
HSL color Cylindrical-coordinate representation of color #C82ADA: hue angle of 293.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82ADA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 42 | 218 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.15 |
| HSL | 293.86º | 0.7% | 0.51% | - |
| HSV(B) | 293.86º | 0.81% | 0.85% | - |
| XYZ | 37.3 | 19 | 68.03 | - |
| YUV | 109.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 218 | 0.08 | 0.81 | 0 | 0.15 | 293.86 | 0.7 | 0.51 |
| Hex | C8 | 2A | DA | 8 | 51 | 0 | F | 126 | 46 | 33 |
| Octal | 310 | 52 | 332 | 10 | 121 | 0 | 17 | 446 | 106 | 63 |
| Binary | 11001000 | 101010 | 11011010 | 1000 | 1010001 | 0 | 1111 | 100100110 | 1000110 | 110011 |
Color Harmonies of #C82ADA
Complementary color
Monochromatic Colors of #C82ADA
Black with #C82ADA
Text Example
Text Example
White with #C82ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ADA; }
p { color: rgb(200,42,218); }
H1.HeaderClassName
{
color: #C82ADA;
}
.AnyTagClassName
{
color: #C82ADA;
}
</style>
background-color css
<style>
a { background-color: #C82ADA; }
a { background-color: rgb(200,42,218); }
div.DivClassName
{
background-color: #C82ADA;
}
.BgClassName
{
background-color: #C82ADA;
}
</style>
border-color css
<style>
span { border-color: #C82ADA; }
span { border-color: rgb(200,42,218); }
td.TdClassName
{
border-color: #C82ADA;
}
.TagClassName
{
border-color: #C82ADA;
}
</style>