Shades of Deep Magenta #C117BE
Tints of Deep Magenta #C117BE
RGB
CMYK
RGB Variations
Color information
#C117BE (or 0xC117BE) is known color: Deep Magenta. HEX triplet: C1, 17 and BE. RGB value is (193,23,190). Sum of RGB (Red+Green+Blue) = 193+23+190=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C117BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117BE is #3EE841. Grayscale: #5C5C5C. Windows color (decimal): -4122690 or 12457921. OLE color: 12457921.
HSL color Cylindrical-coordinate representation of color #C117BE: hue angle of 301.06º 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 #C117BE is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 190 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.24 |
| HSL | 301.06º | 0.79% | 0.42% | - |
| HSV(B) | 301.06º | 0.88% | 0.76% | - |
| XYZ | 31.59 | 15.67 | 50.07 | - |
| YUV | 92.87 | 182.82 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 190 | 0 | 0.88 | 0.02 | 0.24 | 301.06 | 0.79 | 0.42 |
| Hex | C1 | 17 | BE | 0 | 58 | 2 | 18 | 12D | 4F | 2A |
| Octal | 301 | 27 | 276 | 0 | 130 | 2 | 30 | 455 | 117 | 52 |
| Binary | 11000001 | 10111 | 10111110 | 0 | 1011000 | 10 | 11000 | 100101101 | 1001111 | 101010 |
Color Harmonies of #C117BE
Complementary color
Monochromatic Colors of #C117BE
Black with #C117BE
Text Example
Text Example
White with #C117BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117BE; }
p { color: rgb(193,23,190); }
H1.HeaderClassName
{
color: #C117BE;
}
.AnyTagClassName
{
color: #C117BE;
}
</style>
background-color css
<style>
a { background-color: #C117BE; }
a { background-color: rgb(193,23,190); }
div.DivClassName
{
background-color: #C117BE;
}
.BgClassName
{
background-color: #C117BE;
}
</style>
border-color css
<style>
span { border-color: #C117BE; }
span { border-color: rgb(193,23,190); }
td.TdClassName
{
border-color: #C117BE;
}
.TagClassName
{
border-color: #C117BE;
}
</style>