Shades of Deep Magenta #C11BC5
Tints of Deep Magenta #C11BC5
RGB
CMYK
RGB Variations
Color information
#C11BC5 (or 0xC11BC5) is known color: Deep Magenta. HEX triplet: C1, 1B and C5. RGB value is (193,27,197). Sum of RGB (Red+Green+Blue) = 193+27+197=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #C11BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BC5 is #3EE43A. Grayscale: #5F5F5F. Windows color (decimal): -4121659 or 12917697. OLE color: 12917697.
HSL color Cylindrical-coordinate representation of color #C11BC5: hue angle of 298.59º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11BC5 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 27 | 197 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.23 |
| HSL | 298.59º | 0.76% | 0.44% | - |
| HSV(B) | 298.59º | 0.86% | 0.77% | - |
| XYZ | 32.46 | 16.15 | 54.23 | - |
| YUV | 96.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 197 | 0.02 | 0.86 | 0 | 0.23 | 298.59 | 0.76 | 0.44 |
| Hex | C1 | 1B | C5 | 2 | 56 | 0 | 17 | 12B | 4C | 2C |
| Octal | 301 | 33 | 305 | 2 | 126 | 0 | 27 | 453 | 114 | 54 |
| Binary | 11000001 | 11011 | 11000101 | 10 | 1010110 | 0 | 10111 | 100101011 | 1001100 | 101100 |
Color Harmonies of #C11BC5
Complementary color
Monochromatic Colors of #C11BC5
Black with #C11BC5
Text Example
Text Example
White with #C11BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11BC5; }
p { color: rgb(193,27,197); }
H1.HeaderClassName
{
color: #C11BC5;
}
.AnyTagClassName
{
color: #C11BC5;
}
</style>
background-color css
<style>
a { background-color: #C11BC5; }
a { background-color: rgb(193,27,197); }
div.DivClassName
{
background-color: #C11BC5;
}
.BgClassName
{
background-color: #C11BC5;
}
</style>
border-color css
<style>
span { border-color: #C11BC5; }
span { border-color: rgb(193,27,197); }
td.TdClassName
{
border-color: #C11BC5;
}
.TagClassName
{
border-color: #C11BC5;
}
</style>