Shades of Deep Magenta #C11FBD
Tints of Deep Magenta #C11FBD
RGB
CMYK
RGB Variations
Color information
#C11FBD (or 0xC11FBD) is known color: Deep Magenta. HEX triplet: C1, 1F and BD. RGB value is (193,31,189). Sum of RGB (Red+Green+Blue) = 193+31+189=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C11FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FBD is #3EE042. Grayscale: #606060. Windows color (decimal): -4120643 or 12394433. OLE color: 12394433.
HSL color Cylindrical-coordinate representation of color #C11FBD: hue angle of 301.48º 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 #C11FBD is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 189 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.24 |
| HSL | 301.48º | 0.72% | 0.44% | - |
| HSV(B) | 301.48º | 0.84% | 0.76% | - |
| XYZ | 31.67 | 15.99 | 49.56 | - |
| YUV | 97.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 189 | 0 | 0.84 | 0.02 | 0.24 | 301.48 | 0.72 | 0.44 |
| Hex | C1 | 1F | BD | 0 | 54 | 2 | 18 | 12D | 48 | 2C |
| Octal | 301 | 37 | 275 | 0 | 124 | 2 | 30 | 455 | 110 | 54 |
| Binary | 11000001 | 11111 | 10111101 | 0 | 1010100 | 10 | 11000 | 100101101 | 1001000 | 101100 |
Color Harmonies of #C11FBD
Complementary color
Monochromatic Colors of #C11FBD
Black with #C11FBD
Text Example
Text Example
White with #C11FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FBD; }
p { color: rgb(193,31,189); }
H1.HeaderClassName
{
color: #C11FBD;
}
.AnyTagClassName
{
color: #C11FBD;
}
</style>
background-color css
<style>
a { background-color: #C11FBD; }
a { background-color: rgb(193,31,189); }
div.DivClassName
{
background-color: #C11FBD;
}
.BgClassName
{
background-color: #C11FBD;
}
</style>
border-color css
<style>
span { border-color: #C11FBD; }
span { border-color: rgb(193,31,189); }
td.TdClassName
{
border-color: #C11FBD;
}
.TagClassName
{
border-color: #C11FBD;
}
</style>