Shades of Deep Magenta #C117BC
Tints of Deep Magenta #C117BC
RGB
CMYK
RGB Variations
Color information
#C117BC (or 0xC117BC) is known color: Deep Magenta. HEX triplet: C1, 17 and BC. RGB value is (193,23,188). Sum of RGB (Red+Green+Blue) = 193+23+188=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C117BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117BC is #3EE843. Grayscale: #5C5C5C. Windows color (decimal): -4122692 or 12326849. OLE color: 12326849.
HSL color Cylindrical-coordinate representation of color #C117BC: hue angle of 301.76º 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 #C117BC is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 188 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.24 |
| HSL | 301.76º | 0.79% | 0.42% | - |
| HSV(B) | 301.76º | 0.88% | 0.76% | - |
| XYZ | 31.38 | 15.58 | 48.93 | - |
| YUV | 92.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 188 | 0 | 0.88 | 0.03 | 0.24 | 301.76 | 0.79 | 0.42 |
| Hex | C1 | 17 | BC | 0 | 58 | 3 | 18 | 12E | 4F | 2A |
| Octal | 301 | 27 | 274 | 0 | 130 | 3 | 30 | 456 | 117 | 52 |
| Binary | 11000001 | 10111 | 10111100 | 0 | 1011000 | 11 | 11000 | 100101110 | 1001111 | 101010 |
Color Harmonies of #C117BC
Complementary color
Monochromatic Colors of #C117BC
Black with #C117BC
Text Example
Text Example
White with #C117BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117BC; }
p { color: rgb(193,23,188); }
H1.HeaderClassName
{
color: #C117BC;
}
.AnyTagClassName
{
color: #C117BC;
}
</style>
background-color css
<style>
a { background-color: #C117BC; }
a { background-color: rgb(193,23,188); }
div.DivClassName
{
background-color: #C117BC;
}
.BgClassName
{
background-color: #C117BC;
}
</style>
border-color css
<style>
span { border-color: #C117BC; }
span { border-color: rgb(193,23,188); }
td.TdClassName
{
border-color: #C117BC;
}
.TagClassName
{
border-color: #C117BC;
}
</style>