Shades of Deep Magenta #C80ADB
Tints of Deep Magenta #C80ADB
RGB
CMYK
RGB Variations
Color information
#C80ADB (or 0xC80ADB) is known color: Deep Magenta. HEX triplet: C8, 0A and DB. RGB value is (200,10,219). Sum of RGB (Red+Green+Blue) = 200+10+219=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #C80ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ADB is #37F524. Grayscale: #595959. Windows color (decimal): -3667237 or 14355144. OLE color: 14355144.
HSL color Cylindrical-coordinate representation of color #C80ADB: hue angle of 294.55º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80ADB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 10 | 219 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.14 |
| HSL | 294.55º | 0.91% | 0.45% | - |
| HSV(B) | 294.55º | 0.95% | 0.86% | - |
| XYZ | 36.71 | 17.61 | 68.48 | - |
| YUV | 90.64 | 200.45 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 219 | 0.09 | 0.95 | 0 | 0.14 | 294.55 | 0.91 | 0.45 |
| Hex | C8 | A | DB | 9 | 5F | 0 | E | 127 | 5B | 2D |
| Octal | 310 | 12 | 333 | 11 | 137 | 0 | 16 | 447 | 133 | 55 |
| Binary | 11001000 | 1010 | 11011011 | 1001 | 1011111 | 0 | 1110 | 100100111 | 1011011 | 101101 |
Color Harmonies of #C80ADB
Complementary color
Monochromatic Colors of #C80ADB
Black with #C80ADB
Text Example
Text Example
White with #C80ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80ADB; }
p { color: rgb(200,10,219); }
H1.HeaderClassName
{
color: #C80ADB;
}
.AnyTagClassName
{
color: #C80ADB;
}
</style>
background-color css
<style>
a { background-color: #C80ADB; }
a { background-color: rgb(200,10,219); }
div.DivClassName
{
background-color: #C80ADB;
}
.BgClassName
{
background-color: #C80ADB;
}
</style>
border-color css
<style>
span { border-color: #C80ADB; }
span { border-color: rgb(200,10,219); }
td.TdClassName
{
border-color: #C80ADB;
}
.TagClassName
{
border-color: #C80ADB;
}
</style>