Shades of Deep Magenta #C11FB0
Tints of Deep Magenta #C11FB0
RGB
CMYK
RGB Variations
Color information
#C11FB0 (or 0xC11FB0) is known color: Deep Magenta. HEX triplet: C1, 1F and B0. RGB value is (193,31,176). Sum of RGB (Red+Green+Blue) = 193+31+176=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C11FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11FB0 is #3EE04F. Grayscale: #5F5F5F. Windows color (decimal): -4120656 or 11542465. OLE color: 11542465.
HSL color Cylindrical-coordinate representation of color #C11FB0: hue angle of 306.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11FB0 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 176 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.24 |
| HSL | 306.3º | 0.72% | 0.44% | - |
| HSV(B) | 306.3º | 0.84% | 0.76% | - |
| XYZ | 30.32 | 15.45 | 42.46 | - |
| YUV | 95.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 176 | 0 | 0.84 | 0.09 | 0.24 | 306.3 | 0.72 | 0.44 |
| Hex | C1 | 1F | B0 | 0 | 54 | 9 | 18 | 132 | 48 | 2C |
| Octal | 301 | 37 | 260 | 0 | 124 | 11 | 30 | 462 | 110 | 54 |
| Binary | 11000001 | 11111 | 10110000 | 0 | 1010100 | 1001 | 11000 | 100110010 | 1001000 | 101100 |
Color Harmonies of #C11FB0
Complementary color
Monochromatic Colors of #C11FB0
Black with #C11FB0
Text Example
Text Example
White with #C11FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FB0; }
p { color: rgb(193,31,176); }
H1.HeaderClassName
{
color: #C11FB0;
}
.AnyTagClassName
{
color: #C11FB0;
}
</style>
background-color css
<style>
a { background-color: #C11FB0; }
a { background-color: rgb(193,31,176); }
div.DivClassName
{
background-color: #C11FB0;
}
.BgClassName
{
background-color: #C11FB0;
}
</style>
border-color css
<style>
span { border-color: #C11FB0; }
span { border-color: rgb(193,31,176); }
td.TdClassName
{
border-color: #C11FB0;
}
.TagClassName
{
border-color: #C11FB0;
}
</style>