Shades of Deep Magenta #C117B5
Tints of Deep Magenta #C117B5
RGB
CMYK
RGB Variations
Color information
#C117B5 (or 0xC117B5) is known color: Deep Magenta. HEX triplet: C1, 17 and B5. RGB value is (193,23,181). Sum of RGB (Red+Green+Blue) = 193+23+181=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C117B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117B5 is #3EE84A. Grayscale: #5B5B5B. Windows color (decimal): -4122699 or 11868097. OLE color: 11868097.
HSL color Cylindrical-coordinate representation of color #C117B5: hue angle of 304.24º 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 #C117B5 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 181 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.24 |
| HSL | 304.24º | 0.79% | 0.42% | - |
| HSV(B) | 304.24º | 0.88% | 0.76% | - |
| XYZ | 30.64 | 15.29 | 45.05 | - |
| YUV | 91.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 181 | 0 | 0.88 | 0.06 | 0.24 | 304.24 | 0.79 | 0.42 |
| Hex | C1 | 17 | B5 | 0 | 58 | 6 | 18 | 130 | 4F | 2A |
| Octal | 301 | 27 | 265 | 0 | 130 | 6 | 30 | 460 | 117 | 52 |
| Binary | 11000001 | 10111 | 10110101 | 0 | 1011000 | 110 | 11000 | 100110000 | 1001111 | 101010 |
Color Harmonies of #C117B5
Complementary color
Monochromatic Colors of #C117B5
Black with #C117B5
Text Example
Text Example
White with #C117B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117B5; }
p { color: rgb(193,23,181); }
H1.HeaderClassName
{
color: #C117B5;
}
.AnyTagClassName
{
color: #C117B5;
}
</style>
background-color css
<style>
a { background-color: #C117B5; }
a { background-color: rgb(193,23,181); }
div.DivClassName
{
background-color: #C117B5;
}
.BgClassName
{
background-color: #C117B5;
}
</style>
border-color css
<style>
span { border-color: #C117B5; }
span { border-color: rgb(193,23,181); }
td.TdClassName
{
border-color: #C117B5;
}
.TagClassName
{
border-color: #C117B5;
}
</style>