Shades of Deep Magenta #C81DD9
Tints of Deep Magenta #C81DD9
RGB
CMYK
RGB Variations
Color information
#C81DD9 (or 0xC81DD9) is known color: Deep Magenta. HEX triplet: C8, 1D and D9. RGB value is (200,29,217). Sum of RGB (Red+Green+Blue) = 200+29+217=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #C81DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DD9 is #37E226. Grayscale: #646464. Windows color (decimal): -3662375 or 14228936. OLE color: 14228936.
HSL color Cylindrical-coordinate representation of color #C81DD9: hue angle of 294.57º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81DD9 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 29 | 217 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.15 |
| HSL | 294.57º | 0.76% | 0.48% | - |
| HSV(B) | 294.57º | 0.87% | 0.85% | - |
| XYZ | 36.78 | 18.17 | 67.21 | - |
| YUV | 101.56 | 193.15 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 217 | 0.08 | 0.87 | 0 | 0.15 | 294.57 | 0.76 | 0.48 |
| Hex | C8 | 1D | D9 | 8 | 57 | 0 | F | 127 | 4C | 30 |
| Octal | 310 | 35 | 331 | 10 | 127 | 0 | 17 | 447 | 114 | 60 |
| Binary | 11001000 | 11101 | 11011001 | 1000 | 1010111 | 0 | 1111 | 100100111 | 1001100 | 110000 |
Color Harmonies of #C81DD9
Complementary color
Monochromatic Colors of #C81DD9
Black with #C81DD9
Text Example
Text Example
White with #C81DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DD9; }
p { color: rgb(200,29,217); }
H1.HeaderClassName
{
color: #C81DD9;
}
.AnyTagClassName
{
color: #C81DD9;
}
</style>
background-color css
<style>
a { background-color: #C81DD9; }
a { background-color: rgb(200,29,217); }
div.DivClassName
{
background-color: #C81DD9;
}
.BgClassName
{
background-color: #C81DD9;
}
</style>
border-color css
<style>
span { border-color: #C81DD9; }
span { border-color: rgb(200,29,217); }
td.TdClassName
{
border-color: #C81DD9;
}
.TagClassName
{
border-color: #C81DD9;
}
</style>