Shades of Deep Magenta #C811D0
Tints of Deep Magenta #C811D0
RGB
CMYK
RGB Variations
Color information
#C811D0 (or 0xC811D0) is known color: Deep Magenta. HEX triplet: C8, 11 and D0. RGB value is (200,17,208). Sum of RGB (Red+Green+Blue) = 200+17+208=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #C811D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811D0 is #37EE2F. Grayscale: #5C5C5C. Windows color (decimal): -3665456 or 13636040. OLE color: 13636040.
HSL color Cylindrical-coordinate representation of color #C811D0: hue angle of 297.49º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C811D0 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 17 | 208 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.18 |
| HSL | 297.49º | 0.85% | 0.44% | - |
| HSV(B) | 297.49º | 0.92% | 0.82% | - |
| XYZ | 35.41 | 17.23 | 61.14 | - |
| YUV | 93.49 | 192.63 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 208 | 0.04 | 0.92 | 0 | 0.18 | 297.49 | 0.85 | 0.44 |
| Hex | C8 | 11 | D0 | 4 | 5C | 0 | 12 | 129 | 55 | 2C |
| Octal | 310 | 21 | 320 | 4 | 134 | 0 | 22 | 451 | 125 | 54 |
| Binary | 11001000 | 10001 | 11010000 | 100 | 1011100 | 0 | 10010 | 100101001 | 1010101 | 101100 |
Color Harmonies of #C811D0
Complementary color
Monochromatic Colors of #C811D0
Black with #C811D0
Text Example
Text Example
White with #C811D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811D0; }
p { color: rgb(200,17,208); }
H1.HeaderClassName
{
color: #C811D0;
}
.AnyTagClassName
{
color: #C811D0;
}
</style>
background-color css
<style>
a { background-color: #C811D0; }
a { background-color: rgb(200,17,208); }
div.DivClassName
{
background-color: #C811D0;
}
.BgClassName
{
background-color: #C811D0;
}
</style>
border-color css
<style>
span { border-color: #C811D0; }
span { border-color: rgb(200,17,208); }
td.TdClassName
{
border-color: #C811D0;
}
.TagClassName
{
border-color: #C811D0;
}
</style>