Shades of Deep Magenta #C011BF
Tints of Deep Magenta #C011BF
RGB
CMYK
RGB Variations
Color information
#C011BF (or 0xC011BF) is known color: Deep Magenta. HEX triplet: C0, 11 and BF. RGB value is (192,17,191). Sum of RGB (Red+Green+Blue) = 192+17+191=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C011BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011BF is #3FEE40. Grayscale: #585858. Windows color (decimal): -4189761 or 12521920. OLE color: 12521920.
HSL color Cylindrical-coordinate representation of color #C011BF: hue angle of 300.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011BF is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 191 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.25 |
| HSL | 300.34º | 0.84% | 0.41% | - |
| HSV(B) | 300.34º | 0.91% | 0.75% | - |
| XYZ | 31.34 | 15.37 | 50.6 | - |
| YUV | 89.16 | 185.48 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 191 | 0 | 0.91 | 0.01 | 0.25 | 300.34 | 0.84 | 0.41 |
| Hex | C0 | 11 | BF | 0 | 5B | 1 | 19 | 12C | 54 | 29 |
| Octal | 300 | 21 | 277 | 0 | 133 | 1 | 31 | 454 | 124 | 51 |
| Binary | 11000000 | 10001 | 10111111 | 0 | 1011011 | 1 | 11001 | 100101100 | 1010100 | 101001 |
Color Harmonies of #C011BF
Complementary color
Monochromatic Colors of #C011BF
Black with #C011BF
Text Example
Text Example
White with #C011BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011BF; }
p { color: rgb(192,17,191); }
H1.HeaderClassName
{
color: #C011BF;
}
.AnyTagClassName
{
color: #C011BF;
}
</style>
background-color css
<style>
a { background-color: #C011BF; }
a { background-color: rgb(192,17,191); }
div.DivClassName
{
background-color: #C011BF;
}
.BgClassName
{
background-color: #C011BF;
}
</style>
border-color css
<style>
span { border-color: #C011BF; }
span { border-color: rgb(192,17,191); }
td.TdClassName
{
border-color: #C011BF;
}
.TagClassName
{
border-color: #C011BF;
}
</style>