Shades of Deep Magenta #C11DCB
Tints of Deep Magenta #C11DCB
RGB
CMYK
RGB Variations
Color information
#C11DCB (or 0xC11DCB) is known color: Deep Magenta. HEX triplet: C1, 1D and CB. RGB value is (193,29,203). Sum of RGB (Red+Green+Blue) = 193+29+203=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #C11DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DCB is #3EE234. Grayscale: #616161. Windows color (decimal): -4121141 or 13311425. OLE color: 13311425.
HSL color Cylindrical-coordinate representation of color #C11DCB: hue angle of 296.55º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11DCB is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 29 | 203 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.20 |
| HSL | 296.55º | 0.75% | 0.45% | - |
| HSV(B) | 296.55º | 0.86% | 0.8% | - |
| XYZ | 33.21 | 16.53 | 57.94 | - |
| YUV | 97.87 | 187.33 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 203 | 0.05 | 0.86 | 0 | 0.20 | 296.55 | 0.75 | 0.45 |
| Hex | C1 | 1D | CB | 5 | 56 | 0 | 14 | 129 | 4B | 2D |
| Octal | 301 | 35 | 313 | 5 | 126 | 0 | 24 | 451 | 113 | 55 |
| Binary | 11000001 | 11101 | 11001011 | 101 | 1010110 | 0 | 10100 | 100101001 | 1001011 | 101101 |
Color Harmonies of #C11DCB
Complementary color
Monochromatic Colors of #C11DCB
Black with #C11DCB
Text Example
Text Example
White with #C11DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DCB; }
p { color: rgb(193,29,203); }
H1.HeaderClassName
{
color: #C11DCB;
}
.AnyTagClassName
{
color: #C11DCB;
}
</style>
background-color css
<style>
a { background-color: #C11DCB; }
a { background-color: rgb(193,29,203); }
div.DivClassName
{
background-color: #C11DCB;
}
.BgClassName
{
background-color: #C11DCB;
}
</style>
border-color css
<style>
span { border-color: #C11DCB; }
span { border-color: rgb(193,29,203); }
td.TdClassName
{
border-color: #C11DCB;
}
.TagClassName
{
border-color: #C11DCB;
}
</style>