Shades of Deep Magenta #C11BC3
Tints of Deep Magenta #C11BC3
RGB
CMYK
RGB Variations
Color information
#C11BC3 (or 0xC11BC3) is known color: Deep Magenta. HEX triplet: C1, 1B and C3. RGB value is (193,27,195). Sum of RGB (Red+Green+Blue) = 193+27+195=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #C11BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BC3 is #3EE43C. Grayscale: #5F5F5F. Windows color (decimal): -4121661 or 12786625. OLE color: 12786625.
HSL color Cylindrical-coordinate representation of color #C11BC3: hue angle of 299.29º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11BC3 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 27 | 195 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.24 |
| HSL | 299.29º | 0.76% | 0.44% | - |
| HSV(B) | 299.29º | 0.86% | 0.76% | - |
| XYZ | 32.23 | 16.06 | 53.03 | - |
| YUV | 95.79 | 184 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 195 | 0.01 | 0.86 | 0 | 0.24 | 299.29 | 0.76 | 0.44 |
| Hex | C1 | 1B | C3 | 1 | 56 | 0 | 18 | 12B | 4C | 2C |
| Octal | 301 | 33 | 303 | 1 | 126 | 0 | 30 | 453 | 114 | 54 |
| Binary | 11000001 | 11011 | 11000011 | 1 | 1010110 | 0 | 11000 | 100101011 | 1001100 | 101100 |
Color Harmonies of #C11BC3
Complementary color
Monochromatic Colors of #C11BC3
Black with #C11BC3
Text Example
Text Example
White with #C11BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11BC3; }
p { color: rgb(193,27,195); }
H1.HeaderClassName
{
color: #C11BC3;
}
.AnyTagClassName
{
color: #C11BC3;
}
</style>
background-color css
<style>
a { background-color: #C11BC3; }
a { background-color: rgb(193,27,195); }
div.DivClassName
{
background-color: #C11BC3;
}
.BgClassName
{
background-color: #C11BC3;
}
</style>
border-color css
<style>
span { border-color: #C11BC3; }
span { border-color: rgb(193,27,195); }
td.TdClassName
{
border-color: #C11BC3;
}
.TagClassName
{
border-color: #C11BC3;
}
</style>