Shades of Deep Magenta #C811BB
Tints of Deep Magenta #C811BB
RGB
CMYK
RGB Variations
Color information
#C811BB (or 0xC811BB) is known color: Deep Magenta. HEX triplet: C8, 11 and BB. RGB value is (200,17,187). Sum of RGB (Red+Green+Blue) = 200+17+187=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C811BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811BB is #37EE44. Grayscale: #5A5A5A. Windows color (decimal): -3665477 or 12259784. OLE color: 12259784.
HSL color Cylindrical-coordinate representation of color #C811BB: hue angle of 304.26º 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 #C811BB is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 187 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.22 |
| HSL | 304.26º | 0.84% | 0.43% | - |
| HSV(B) | 304.26º | 0.92% | 0.78% | - |
| XYZ | 32.99 | 16.27 | 48.42 | - |
| YUV | 91.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 187 | 0 | 0.92 | 0.06 | 0.22 | 304.26 | 0.84 | 0.43 |
| Hex | C8 | 11 | BB | 0 | 5C | 6 | 16 | 130 | 54 | 2B |
| Octal | 310 | 21 | 273 | 0 | 134 | 6 | 26 | 460 | 124 | 53 |
| Binary | 11001000 | 10001 | 10111011 | 0 | 1011100 | 110 | 10110 | 100110000 | 1010100 | 101011 |
Color Harmonies of #C811BB
Complementary color
Monochromatic Colors of #C811BB
Black with #C811BB
Text Example
Text Example
White with #C811BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811BB; }
p { color: rgb(200,17,187); }
H1.HeaderClassName
{
color: #C811BB;
}
.AnyTagClassName
{
color: #C811BB;
}
</style>
background-color css
<style>
a { background-color: #C811BB; }
a { background-color: rgb(200,17,187); }
div.DivClassName
{
background-color: #C811BB;
}
.BgClassName
{
background-color: #C811BB;
}
</style>
border-color css
<style>
span { border-color: #C811BB; }
span { border-color: rgb(200,17,187); }
td.TdClassName
{
border-color: #C811BB;
}
.TagClassName
{
border-color: #C811BB;
}
</style>