Shades of Deep Magenta #C81ADB
Tints of Deep Magenta #C81ADB
RGB
CMYK
RGB Variations
Color information
#C81ADB (or 0xC81ADB) is known color: Deep Magenta. HEX triplet: C8, 1A and DB. RGB value is (200,26,219). Sum of RGB (Red+Green+Blue) = 200+26+219=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #C81ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ADB is #37E524. Grayscale: #636363. Windows color (decimal): -3663141 or 14359240. OLE color: 14359240.
HSL color Cylindrical-coordinate representation of color #C81ADB: hue angle of 294.09º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81ADB is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 26 | 219 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.14 |
| HSL | 294.09º | 0.79% | 0.48% | - |
| HSV(B) | 294.09º | 0.88% | 0.86% | - |
| XYZ | 36.97 | 18.13 | 68.57 | - |
| YUV | 100.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 219 | 0.09 | 0.88 | 0 | 0.14 | 294.09 | 0.79 | 0.48 |
| Hex | C8 | 1A | DB | 9 | 58 | 0 | E | 126 | 4F | 30 |
| Octal | 310 | 32 | 333 | 11 | 130 | 0 | 16 | 446 | 117 | 60 |
| Binary | 11001000 | 11010 | 11011011 | 1001 | 1011000 | 0 | 1110 | 100100110 | 1001111 | 110000 |
Color Harmonies of #C81ADB
Complementary color
Monochromatic Colors of #C81ADB
Black with #C81ADB
Text Example
Text Example
White with #C81ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81ADB; }
p { color: rgb(200,26,219); }
H1.HeaderClassName
{
color: #C81ADB;
}
.AnyTagClassName
{
color: #C81ADB;
}
</style>
background-color css
<style>
a { background-color: #C81ADB; }
a { background-color: rgb(200,26,219); }
div.DivClassName
{
background-color: #C81ADB;
}
.BgClassName
{
background-color: #C81ADB;
}
</style>
border-color css
<style>
span { border-color: #C81ADB; }
span { border-color: rgb(200,26,219); }
td.TdClassName
{
border-color: #C81ADB;
}
.TagClassName
{
border-color: #C81ADB;
}
</style>