Shades of Deep Magenta #C111B5
Tints of Deep Magenta #C111B5
RGB
CMYK
RGB Variations
Color information
#C111B5 (or 0xC111B5) is known color: Deep Magenta. HEX triplet: C1, 11 and B5. RGB value is (193,17,181). Sum of RGB (Red+Green+Blue) = 193+17+181=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C111B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111B5 is #3EEE4A. Grayscale: #575757. Windows color (decimal): -4124235 or 11866561. OLE color: 11866561.
HSL color Cylindrical-coordinate representation of color #C111B5: hue angle of 304.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C111B5 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 181 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.24 |
| HSL | 304.09º | 0.84% | 0.41% | - |
| HSV(B) | 304.09º | 0.91% | 0.76% | - |
| XYZ | 30.53 | 15.07 | 45.02 | - |
| YUV | 88.32 | 180.31 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 181 | 0 | 0.91 | 0.06 | 0.24 | 304.09 | 0.84 | 0.41 |
| Hex | C1 | 11 | B5 | 0 | 5B | 6 | 18 | 130 | 54 | 29 |
| Octal | 301 | 21 | 265 | 0 | 133 | 6 | 30 | 460 | 124 | 51 |
| Binary | 11000001 | 10001 | 10110101 | 0 | 1011011 | 110 | 11000 | 100110000 | 1010100 | 101001 |
Color Harmonies of #C111B5
Complementary color
Monochromatic Colors of #C111B5
Black with #C111B5
Text Example
Text Example
White with #C111B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111B5; }
p { color: rgb(193,17,181); }
H1.HeaderClassName
{
color: #C111B5;
}
.AnyTagClassName
{
color: #C111B5;
}
</style>
background-color css
<style>
a { background-color: #C111B5; }
a { background-color: rgb(193,17,181); }
div.DivClassName
{
background-color: #C111B5;
}
.BgClassName
{
background-color: #C111B5;
}
</style>
border-color css
<style>
span { border-color: #C111B5; }
span { border-color: rgb(193,17,181); }
td.TdClassName
{
border-color: #C111B5;
}
.TagClassName
{
border-color: #C111B5;
}
</style>