Shades of Deep Magenta #C811CE
Tints of Deep Magenta #C811CE
RGB
CMYK
RGB Variations
Color information
#C811CE (or 0xC811CE) is known color: Deep Magenta. HEX triplet: C8, 11 and CE. RGB value is (200,17,206). Sum of RGB (Red+Green+Blue) = 200+17+206=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #C811CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811CE is #37EE31. Grayscale: #5C5C5C. Windows color (decimal): -3665458 or 13504968. OLE color: 13504968.
HSL color Cylindrical-coordinate representation of color #C811CE: hue angle of 298.1º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C811CE is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 17 | 206 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.19 |
| HSL | 298.1º | 0.85% | 0.44% | - |
| HSV(B) | 298.1º | 0.92% | 0.81% | - |
| XYZ | 35.16 | 17.14 | 59.85 | - |
| YUV | 93.26 | 191.63 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 206 | 0.03 | 0.92 | 0 | 0.19 | 298.1 | 0.85 | 0.44 |
| Hex | C8 | 11 | CE | 3 | 5C | 0 | 13 | 12A | 55 | 2C |
| Octal | 310 | 21 | 316 | 3 | 134 | 0 | 23 | 452 | 125 | 54 |
| Binary | 11001000 | 10001 | 11001110 | 11 | 1011100 | 0 | 10011 | 100101010 | 1010101 | 101100 |
Color Harmonies of #C811CE
Complementary color
Monochromatic Colors of #C811CE
Black with #C811CE
Text Example
Text Example
White with #C811CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811CE; }
p { color: rgb(200,17,206); }
H1.HeaderClassName
{
color: #C811CE;
}
.AnyTagClassName
{
color: #C811CE;
}
</style>
background-color css
<style>
a { background-color: #C811CE; }
a { background-color: rgb(200,17,206); }
div.DivClassName
{
background-color: #C811CE;
}
.BgClassName
{
background-color: #C811CE;
}
</style>
border-color css
<style>
span { border-color: #C811CE; }
span { border-color: rgb(200,17,206); }
td.TdClassName
{
border-color: #C811CE;
}
.TagClassName
{
border-color: #C811CE;
}
</style>