Shades of Deep Magenta #C81AD9
Tints of Deep Magenta #C81AD9
RGB
CMYK
RGB Variations
Color information
#C81AD9 (or 0xC81AD9) is known color: Deep Magenta. HEX triplet: C8, 1A and D9. RGB value is (200,26,217). Sum of RGB (Red+Green+Blue) = 200+26+217=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #C81AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AD9 is #37E526. Grayscale: #636363. Windows color (decimal): -3663143 or 14228168. OLE color: 14228168.
HSL color Cylindrical-coordinate representation of color #C81AD9: hue angle of 294.66º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81AD9 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 26 | 217 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.15 |
| HSL | 294.66º | 0.79% | 0.48% | - |
| HSV(B) | 294.66º | 0.88% | 0.85% | - |
| XYZ | 36.71 | 18.03 | 67.19 | - |
| YUV | 99.8 | 194.15 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 217 | 0.08 | 0.88 | 0 | 0.15 | 294.66 | 0.79 | 0.48 |
| Hex | C8 | 1A | D9 | 8 | 58 | 0 | F | 127 | 4F | 30 |
| Octal | 310 | 32 | 331 | 10 | 130 | 0 | 17 | 447 | 117 | 60 |
| Binary | 11001000 | 11010 | 11011001 | 1000 | 1011000 | 0 | 1111 | 100100111 | 1001111 | 110000 |
Color Harmonies of #C81AD9
Complementary color
Monochromatic Colors of #C81AD9
Black with #C81AD9
Text Example
Text Example
White with #C81AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AD9; }
p { color: rgb(200,26,217); }
H1.HeaderClassName
{
color: #C81AD9;
}
.AnyTagClassName
{
color: #C81AD9;
}
</style>
background-color css
<style>
a { background-color: #C81AD9; }
a { background-color: rgb(200,26,217); }
div.DivClassName
{
background-color: #C81AD9;
}
.BgClassName
{
background-color: #C81AD9;
}
</style>
border-color css
<style>
span { border-color: #C81AD9; }
span { border-color: rgb(200,26,217); }
td.TdClassName
{
border-color: #C81AD9;
}
.TagClassName
{
border-color: #C81AD9;
}
</style>