Shades of Deep Magenta #C811BF
Tints of Deep Magenta #C811BF
RGB
CMYK
RGB Variations
Color information
#C811BF (or 0xC811BF) is known color: Deep Magenta. HEX triplet: C8, 11 and BF. RGB value is (200,17,191). Sum of RGB (Red+Green+Blue) = 200+17+191=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C811BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811BF is #37EE40. Grayscale: #5B5B5B. Windows color (decimal): -3665473 or 12521928. OLE color: 12521928.
HSL color Cylindrical-coordinate representation of color #C811BF: hue angle of 302.95º 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 #C811BF is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 191 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.22 |
| HSL | 302.95º | 0.84% | 0.43% | - |
| HSV(B) | 302.95º | 0.92% | 0.78% | - |
| XYZ | 33.42 | 16.44 | 50.7 | - |
| YUV | 91.55 | 184.13 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 191 | 0 | 0.92 | 0.04 | 0.22 | 302.95 | 0.84 | 0.43 |
| Hex | C8 | 11 | BF | 0 | 5C | 4 | 16 | 12F | 54 | 2B |
| Octal | 310 | 21 | 277 | 0 | 134 | 4 | 26 | 457 | 124 | 53 |
| Binary | 11001000 | 10001 | 10111111 | 0 | 1011100 | 100 | 10110 | 100101111 | 1010100 | 101011 |
Color Harmonies of #C811BF
Complementary color
Monochromatic Colors of #C811BF
Black with #C811BF
Text Example
Text Example
White with #C811BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811BF; }
p { color: rgb(200,17,191); }
H1.HeaderClassName
{
color: #C811BF;
}
.AnyTagClassName
{
color: #C811BF;
}
</style>
background-color css
<style>
a { background-color: #C811BF; }
a { background-color: rgb(200,17,191); }
div.DivClassName
{
background-color: #C811BF;
}
.BgClassName
{
background-color: #C811BF;
}
</style>
border-color css
<style>
span { border-color: #C811BF; }
span { border-color: rgb(200,17,191); }
td.TdClassName
{
border-color: #C811BF;
}
.TagClassName
{
border-color: #C811BF;
}
</style>