Shades of Deep Magenta #C11BC4
Tints of Deep Magenta #C11BC4
RGB
CMYK
RGB Variations
Color information
#C11BC4 (or 0xC11BC4) is known color: Deep Magenta. HEX triplet: C1, 1B and C4. RGB value is (193,27,196). Sum of RGB (Red+Green+Blue) = 193+27+196=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #C11BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BC4 is #3EE43B. Grayscale: #5F5F5F. Windows color (decimal): -4121660 or 12852161. OLE color: 12852161.
HSL color Cylindrical-coordinate representation of color #C11BC4: hue angle of 298.93º 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 #C11BC4 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 27 | 196 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.23 |
| HSL | 298.93º | 0.76% | 0.44% | - |
| HSV(B) | 298.93º | 0.86% | 0.77% | - |
| XYZ | 32.35 | 16.11 | 53.63 | - |
| YUV | 95.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 196 | 0.02 | 0.86 | 0 | 0.23 | 298.93 | 0.76 | 0.44 |
| Hex | C1 | 1B | C4 | 2 | 56 | 0 | 17 | 12B | 4C | 2C |
| Octal | 301 | 33 | 304 | 2 | 126 | 0 | 27 | 453 | 114 | 54 |
| Binary | 11000001 | 11011 | 11000100 | 10 | 1010110 | 0 | 10111 | 100101011 | 1001100 | 101100 |
Color Harmonies of #C11BC4
Complementary color
Monochromatic Colors of #C11BC4
Black with #C11BC4
Text Example
Text Example
White with #C11BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11BC4; }
p { color: rgb(193,27,196); }
H1.HeaderClassName
{
color: #C11BC4;
}
.AnyTagClassName
{
color: #C11BC4;
}
</style>
background-color css
<style>
a { background-color: #C11BC4; }
a { background-color: rgb(193,27,196); }
div.DivClassName
{
background-color: #C11BC4;
}
.BgClassName
{
background-color: #C11BC4;
}
</style>
border-color css
<style>
span { border-color: #C11BC4; }
span { border-color: rgb(193,27,196); }
td.TdClassName
{
border-color: #C11BC4;
}
.TagClassName
{
border-color: #C11BC4;
}
</style>