Shades of Deep Magenta #C011BE
Tints of Deep Magenta #C011BE
RGB
CMYK
RGB Variations
Color information
#C011BE (or 0xC011BE) is known color: Deep Magenta. HEX triplet: C0, 11 and BE. RGB value is (192,17,190). Sum of RGB (Red+Green+Blue) = 192+17+190=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C011BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011BE is #3FEE41. Grayscale: #585858. Windows color (decimal): -4189762 or 12456384. OLE color: 12456384.
HSL color Cylindrical-coordinate representation of color #C011BE: hue angle of 300.69º 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 #C011BE is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 190 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.25 |
| HSL | 300.69º | 0.84% | 0.41% | - |
| HSV(B) | 300.69º | 0.91% | 0.75% | - |
| XYZ | 31.23 | 15.33 | 50.03 | - |
| YUV | 89.05 | 184.98 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 190 | 0 | 0.91 | 0.01 | 0.25 | 300.69 | 0.84 | 0.41 |
| Hex | C0 | 11 | BE | 0 | 5B | 1 | 19 | 12D | 54 | 29 |
| Octal | 300 | 21 | 276 | 0 | 133 | 1 | 31 | 455 | 124 | 51 |
| Binary | 11000000 | 10001 | 10111110 | 0 | 1011011 | 1 | 11001 | 100101101 | 1010100 | 101001 |
Color Harmonies of #C011BE
Complementary color
Monochromatic Colors of #C011BE
Black with #C011BE
Text Example
Text Example
White with #C011BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011BE; }
p { color: rgb(192,17,190); }
H1.HeaderClassName
{
color: #C011BE;
}
.AnyTagClassName
{
color: #C011BE;
}
</style>
background-color css
<style>
a { background-color: #C011BE; }
a { background-color: rgb(192,17,190); }
div.DivClassName
{
background-color: #C011BE;
}
.BgClassName
{
background-color: #C011BE;
}
</style>
border-color css
<style>
span { border-color: #C011BE; }
span { border-color: rgb(192,17,190); }
td.TdClassName
{
border-color: #C011BE;
}
.TagClassName
{
border-color: #C011BE;
}
</style>