Shades of Deep Magenta #C811BC
Tints of Deep Magenta #C811BC
RGB
CMYK
RGB Variations
Color information
#C811BC (or 0xC811BC) is known color: Deep Magenta. HEX triplet: C8, 11 and BC. RGB value is (200,17,188). Sum of RGB (Red+Green+Blue) = 200+17+188=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C811BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811BC is #37EE43. Grayscale: #5A5A5A. Windows color (decimal): -3665476 or 12325320. OLE color: 12325320.
HSL color Cylindrical-coordinate representation of color #C811BC: hue angle of 303.93º 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 #C811BC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 188 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.22 |
| HSL | 303.93º | 0.84% | 0.43% | - |
| HSV(B) | 303.93º | 0.92% | 0.78% | - |
| XYZ | 33.1 | 16.31 | 48.98 | - |
| YUV | 91.21 | 182.63 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 188 | 0 | 0.92 | 0.06 | 0.22 | 303.93 | 0.84 | 0.43 |
| Hex | C8 | 11 | BC | 0 | 5C | 6 | 16 | 130 | 54 | 2B |
| Octal | 310 | 21 | 274 | 0 | 134 | 6 | 26 | 460 | 124 | 53 |
| Binary | 11001000 | 10001 | 10111100 | 0 | 1011100 | 110 | 10110 | 100110000 | 1010100 | 101011 |
Color Harmonies of #C811BC
Complementary color
Monochromatic Colors of #C811BC
Black with #C811BC
Text Example
Text Example
White with #C811BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811BC; }
p { color: rgb(200,17,188); }
H1.HeaderClassName
{
color: #C811BC;
}
.AnyTagClassName
{
color: #C811BC;
}
</style>
background-color css
<style>
a { background-color: #C811BC; }
a { background-color: rgb(200,17,188); }
div.DivClassName
{
background-color: #C811BC;
}
.BgClassName
{
background-color: #C811BC;
}
</style>
border-color css
<style>
span { border-color: #C811BC; }
span { border-color: rgb(200,17,188); }
td.TdClassName
{
border-color: #C811BC;
}
.TagClassName
{
border-color: #C811BC;
}
</style>