Shades of Deep Magenta #C11CB5
Tints of Deep Magenta #C11CB5
RGB
CMYK
RGB Variations
Color information
#C11CB5 (or 0xC11CB5) is known color: Deep Magenta. HEX triplet: C1, 1C and B5. RGB value is (193,28,181). Sum of RGB (Red+Green+Blue) = 193+28+181=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C11CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CB5 is #3EE34A. Grayscale: #5E5E5E. Windows color (decimal): -4121419 or 11869377. OLE color: 11869377.
HSL color Cylindrical-coordinate representation of color #C11CB5: hue angle of 304.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11CB5 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 28 | 181 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.24 |
| HSL | 304.36º | 0.75% | 0.43% | - |
| HSV(B) | 304.36º | 0.85% | 0.76% | - |
| XYZ | 30.75 | 15.5 | 45.09 | - |
| YUV | 94.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 181 | 0 | 0.85 | 0.06 | 0.24 | 304.36 | 0.75 | 0.43 |
| Hex | C1 | 1C | B5 | 0 | 55 | 6 | 18 | 130 | 4B | 2B |
| Octal | 301 | 34 | 265 | 0 | 125 | 6 | 30 | 460 | 113 | 53 |
| Binary | 11000001 | 11100 | 10110101 | 0 | 1010101 | 110 | 11000 | 100110000 | 1001011 | 101011 |
Color Harmonies of #C11CB5
Complementary color
Monochromatic Colors of #C11CB5
Black with #C11CB5
Text Example
Text Example
White with #C11CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11CB5; }
p { color: rgb(193,28,181); }
H1.HeaderClassName
{
color: #C11CB5;
}
.AnyTagClassName
{
color: #C11CB5;
}
</style>
background-color css
<style>
a { background-color: #C11CB5; }
a { background-color: rgb(193,28,181); }
div.DivClassName
{
background-color: #C11CB5;
}
.BgClassName
{
background-color: #C11CB5;
}
</style>
border-color css
<style>
span { border-color: #C11CB5; }
span { border-color: rgb(193,28,181); }
td.TdClassName
{
border-color: #C11CB5;
}
.TagClassName
{
border-color: #C11CB5;
}
</style>