Shades of Deep Magenta #C80ADD
Tints of Deep Magenta #C80ADD
RGB
CMYK
RGB Variations
Color information
#C80ADD (or 0xC80ADD) is known color: Deep Magenta. HEX triplet: C8, 0A and DD. RGB value is (200,10,221). Sum of RGB (Red+Green+Blue) = 200+10+221=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C80ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ADD is #37F522. Grayscale: #5A5A5A. Windows color (decimal): -3667235 or 14486216. OLE color: 14486216.
HSL color Cylindrical-coordinate representation of color #C80ADD: hue angle of 294.03º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80ADD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 10 | 221 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.13 |
| HSL | 294.03º | 0.91% | 0.45% | - |
| HSV(B) | 294.03º | 0.95% | 0.87% | - |
| XYZ | 36.98 | 17.72 | 69.88 | - |
| YUV | 90.86 | 201.45 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 221 | 0.10 | 0.95 | 0 | 0.13 | 294.03 | 0.91 | 0.45 |
| Hex | C8 | A | DD | A | 5F | 0 | D | 126 | 5B | 2D |
| Octal | 310 | 12 | 335 | 12 | 137 | 0 | 15 | 446 | 133 | 55 |
| Binary | 11001000 | 1010 | 11011101 | 1010 | 1011111 | 0 | 1101 | 100100110 | 1011011 | 101101 |
Color Harmonies of #C80ADD
Complementary color
Monochromatic Colors of #C80ADD
Black with #C80ADD
Text Example
Text Example
White with #C80ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80ADD; }
p { color: rgb(200,10,221); }
H1.HeaderClassName
{
color: #C80ADD;
}
.AnyTagClassName
{
color: #C80ADD;
}
</style>
background-color css
<style>
a { background-color: #C80ADD; }
a { background-color: rgb(200,10,221); }
div.DivClassName
{
background-color: #C80ADD;
}
.BgClassName
{
background-color: #C80ADD;
}
</style>
border-color css
<style>
span { border-color: #C80ADD; }
span { border-color: rgb(200,10,221); }
td.TdClassName
{
border-color: #C80ADD;
}
.TagClassName
{
border-color: #C80ADD;
}
</style>