Shades of Deep Magenta #C117BA
Tints of Deep Magenta #C117BA
RGB
CMYK
RGB Variations
Color information
#C117BA (or 0xC117BA) is known color: Deep Magenta. HEX triplet: C1, 17 and BA. RGB value is (193,23,186). Sum of RGB (Red+Green+Blue) = 193+23+186=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C117BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117BA is #3EE845. Grayscale: #5B5B5B. Windows color (decimal): -4122694 or 12195777. OLE color: 12195777.
HSL color Cylindrical-coordinate representation of color #C117BA: hue angle of 302.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C117BA is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 186 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.24 |
| HSL | 302.47º | 0.79% | 0.42% | - |
| HSV(B) | 302.47º | 0.88% | 0.76% | - |
| XYZ | 31.16 | 15.5 | 47.8 | - |
| YUV | 92.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 186 | 0 | 0.88 | 0.04 | 0.24 | 302.47 | 0.79 | 0.42 |
| Hex | C1 | 17 | BA | 0 | 58 | 4 | 18 | 12E | 4F | 2A |
| Octal | 301 | 27 | 272 | 0 | 130 | 4 | 30 | 456 | 117 | 52 |
| Binary | 11000001 | 10111 | 10111010 | 0 | 1011000 | 100 | 11000 | 100101110 | 1001111 | 101010 |
Color Harmonies of #C117BA
Complementary color
Monochromatic Colors of #C117BA
Black with #C117BA
Text Example
Text Example
White with #C117BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117BA; }
p { color: rgb(193,23,186); }
H1.HeaderClassName
{
color: #C117BA;
}
.AnyTagClassName
{
color: #C117BA;
}
</style>
background-color css
<style>
a { background-color: #C117BA; }
a { background-color: rgb(193,23,186); }
div.DivClassName
{
background-color: #C117BA;
}
.BgClassName
{
background-color: #C117BA;
}
</style>
border-color css
<style>
span { border-color: #C117BA; }
span { border-color: rgb(193,23,186); }
td.TdClassName
{
border-color: #C117BA;
}
.TagClassName
{
border-color: #C117BA;
}
</style>