Shades of Deep Magenta #C81AD1
Tints of Deep Magenta #C81AD1
RGB
CMYK
RGB Variations
Color information
#C81AD1 (or 0xC81AD1) is known color: Deep Magenta. HEX triplet: C8, 1A and D1. RGB value is (200,26,209). Sum of RGB (Red+Green+Blue) = 200+26+209=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #C81AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AD1 is #37E52E. Grayscale: #626262. Windows color (decimal): -3663151 or 13703880. OLE color: 13703880.
HSL color Cylindrical-coordinate representation of color #C81AD1: hue angle of 297.05º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81AD1 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 26 | 209 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.18 |
| HSL | 297.05º | 0.78% | 0.46% | - |
| HSV(B) | 297.05º | 0.88% | 0.82% | - |
| XYZ | 35.7 | 17.62 | 61.84 | - |
| YUV | 98.89 | 190.15 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 209 | 0.04 | 0.88 | 0 | 0.18 | 297.05 | 0.78 | 0.46 |
| Hex | C8 | 1A | D1 | 4 | 58 | 0 | 12 | 129 | 4E | 2E |
| Octal | 310 | 32 | 321 | 4 | 130 | 0 | 22 | 451 | 116 | 56 |
| Binary | 11001000 | 11010 | 11010001 | 100 | 1011000 | 0 | 10010 | 100101001 | 1001110 | 101110 |
Color Harmonies of #C81AD1
Complementary color
Monochromatic Colors of #C81AD1
Black with #C81AD1
Text Example
Text Example
White with #C81AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AD1; }
p { color: rgb(200,26,209); }
H1.HeaderClassName
{
color: #C81AD1;
}
.AnyTagClassName
{
color: #C81AD1;
}
</style>
background-color css
<style>
a { background-color: #C81AD1; }
a { background-color: rgb(200,26,209); }
div.DivClassName
{
background-color: #C81AD1;
}
.BgClassName
{
background-color: #C81AD1;
}
</style>
border-color css
<style>
span { border-color: #C81AD1; }
span { border-color: rgb(200,26,209); }
td.TdClassName
{
border-color: #C81AD1;
}
.TagClassName
{
border-color: #C81AD1;
}
</style>