Shades of Deep Magenta #C81ADD
Tints of Deep Magenta #C81ADD
RGB
CMYK
RGB Variations
Color information
#C81ADD (or 0xC81ADD) is known color: Deep Magenta. HEX triplet: C8, 1A and DD. RGB value is (200,26,221). Sum of RGB (Red+Green+Blue) = 200+26+221=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #C81ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ADD is #37E522. Grayscale: #636363. Windows color (decimal): -3663139 or 14490312. OLE color: 14490312.
HSL color Cylindrical-coordinate representation of color #C81ADD: hue angle of 293.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81ADD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 26 | 221 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.13 |
| HSL | 293.54º | 0.79% | 0.48% | - |
| HSV(B) | 293.54º | 0.88% | 0.87% | - |
| XYZ | 37.24 | 18.24 | 69.96 | - |
| YUV | 100.26 | 196.15 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 221 | 0.10 | 0.88 | 0 | 0.13 | 293.54 | 0.79 | 0.48 |
| Hex | C8 | 1A | DD | A | 58 | 0 | D | 126 | 4F | 30 |
| Octal | 310 | 32 | 335 | 12 | 130 | 0 | 15 | 446 | 117 | 60 |
| Binary | 11001000 | 11010 | 11011101 | 1010 | 1011000 | 0 | 1101 | 100100110 | 1001111 | 110000 |
Color Harmonies of #C81ADD
Complementary color
Monochromatic Colors of #C81ADD
Black with #C81ADD
Text Example
Text Example
White with #C81ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81ADD; }
p { color: rgb(200,26,221); }
H1.HeaderClassName
{
color: #C81ADD;
}
.AnyTagClassName
{
color: #C81ADD;
}
</style>
background-color css
<style>
a { background-color: #C81ADD; }
a { background-color: rgb(200,26,221); }
div.DivClassName
{
background-color: #C81ADD;
}
.BgClassName
{
background-color: #C81ADD;
}
</style>
border-color css
<style>
span { border-color: #C81ADD; }
span { border-color: rgb(200,26,221); }
td.TdClassName
{
border-color: #C81ADD;
}
.TagClassName
{
border-color: #C81ADD;
}
</style>