Shades of Deep Magenta #C811D9
Tints of Deep Magenta #C811D9
RGB
CMYK
RGB Variations
Color information
#C811D9 (or 0xC811D9) is known color: Deep Magenta. HEX triplet: C8, 11 and D9. RGB value is (200,17,217). Sum of RGB (Red+Green+Blue) = 200+17+217=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #C811D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811D9 is #37EE26. Grayscale: #5D5D5D. Windows color (decimal): -3665447 or 14225864. OLE color: 14225864.
HSL color Cylindrical-coordinate representation of color #C811D9: hue angle of 294.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C811D9 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 17 | 217 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.15 |
| HSL | 294.9º | 0.85% | 0.46% | - |
| HSV(B) | 294.9º | 0.92% | 0.85% | - |
| XYZ | 36.54 | 17.69 | 67.13 | - |
| YUV | 94.52 | 197.13 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 217 | 0.08 | 0.92 | 0 | 0.15 | 294.9 | 0.85 | 0.46 |
| Hex | C8 | 11 | D9 | 8 | 5C | 0 | F | 127 | 55 | 2E |
| Octal | 310 | 21 | 331 | 10 | 134 | 0 | 17 | 447 | 125 | 56 |
| Binary | 11001000 | 10001 | 11011001 | 1000 | 1011100 | 0 | 1111 | 100100111 | 1010101 | 101110 |
Color Harmonies of #C811D9
Complementary color
Monochromatic Colors of #C811D9
Black with #C811D9
Text Example
Text Example
White with #C811D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811D9; }
p { color: rgb(200,17,217); }
H1.HeaderClassName
{
color: #C811D9;
}
.AnyTagClassName
{
color: #C811D9;
}
</style>
background-color css
<style>
a { background-color: #C811D9; }
a { background-color: rgb(200,17,217); }
div.DivClassName
{
background-color: #C811D9;
}
.BgClassName
{
background-color: #C811D9;
}
</style>
border-color css
<style>
span { border-color: #C811D9; }
span { border-color: rgb(200,17,217); }
td.TdClassName
{
border-color: #C811D9;
}
.TagClassName
{
border-color: #C811D9;
}
</style>