Shades of Deep Magenta #C811C0
Tints of Deep Magenta #C811C0
RGB
CMYK
RGB Variations
Color information
#C811C0 (or 0xC811C0) is known color: Deep Magenta. HEX triplet: C8, 11 and C0. RGB value is (200,17,192). Sum of RGB (Red+Green+Blue) = 200+17+192=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C811C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811C0 is #37EE3F. Grayscale: #5B5B5B. Windows color (decimal): -3665472 or 12587464. OLE color: 12587464.
HSL color Cylindrical-coordinate representation of color #C811C0: hue angle of 302.62º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C811C0 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 192 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.22 |
| HSL | 302.62º | 0.84% | 0.43% | - |
| HSV(B) | 302.62º | 0.92% | 0.78% | - |
| XYZ | 33.53 | 16.49 | 51.28 | - |
| YUV | 91.67 | 184.63 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 192 | 0 | 0.92 | 0.04 | 0.22 | 302.62 | 0.84 | 0.43 |
| Hex | C8 | 11 | C0 | 0 | 5C | 4 | 16 | 12F | 54 | 2B |
| Octal | 310 | 21 | 300 | 0 | 134 | 4 | 26 | 457 | 124 | 53 |
| Binary | 11001000 | 10001 | 11000000 | 0 | 1011100 | 100 | 10110 | 100101111 | 1010100 | 101011 |
Color Harmonies of #C811C0
Complementary color
Monochromatic Colors of #C811C0
Black with #C811C0
Text Example
Text Example
White with #C811C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811C0; }
p { color: rgb(200,17,192); }
H1.HeaderClassName
{
color: #C811C0;
}
.AnyTagClassName
{
color: #C811C0;
}
</style>
background-color css
<style>
a { background-color: #C811C0; }
a { background-color: rgb(200,17,192); }
div.DivClassName
{
background-color: #C811C0;
}
.BgClassName
{
background-color: #C811C0;
}
</style>
border-color css
<style>
span { border-color: #C811C0; }
span { border-color: rgb(200,17,192); }
td.TdClassName
{
border-color: #C811C0;
}
.TagClassName
{
border-color: #C811C0;
}
</style>