Shades of Deep Magenta #C117BD
Tints of Deep Magenta #C117BD
RGB
CMYK
RGB Variations
Color information
#C117BD (or 0xC117BD) is known color: Deep Magenta. HEX triplet: C1, 17 and BD. RGB value is (193,23,189). Sum of RGB (Red+Green+Blue) = 193+23+189=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C117BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117BD is #3EE842. Grayscale: #5C5C5C. Windows color (decimal): -4122691 or 12392385. OLE color: 12392385.
HSL color Cylindrical-coordinate representation of color #C117BD: hue angle of 301.41º 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 #C117BD is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 189 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.24 |
| HSL | 301.41º | 0.79% | 0.42% | - |
| HSV(B) | 301.41º | 0.88% | 0.76% | - |
| XYZ | 31.48 | 15.62 | 49.5 | - |
| YUV | 92.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 189 | 0 | 0.88 | 0.02 | 0.24 | 301.41 | 0.79 | 0.42 |
| Hex | C1 | 17 | BD | 0 | 58 | 2 | 18 | 12D | 4F | 2A |
| Octal | 301 | 27 | 275 | 0 | 130 | 2 | 30 | 455 | 117 | 52 |
| Binary | 11000001 | 10111 | 10111101 | 0 | 1011000 | 10 | 11000 | 100101101 | 1001111 | 101010 |
Color Harmonies of #C117BD
Complementary color
Monochromatic Colors of #C117BD
Black with #C117BD
Text Example
Text Example
White with #C117BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117BD; }
p { color: rgb(193,23,189); }
H1.HeaderClassName
{
color: #C117BD;
}
.AnyTagClassName
{
color: #C117BD;
}
</style>
background-color css
<style>
a { background-color: #C117BD; }
a { background-color: rgb(193,23,189); }
div.DivClassName
{
background-color: #C117BD;
}
.BgClassName
{
background-color: #C117BD;
}
</style>
border-color css
<style>
span { border-color: #C117BD; }
span { border-color: rgb(193,23,189); }
td.TdClassName
{
border-color: #C117BD;
}
.TagClassName
{
border-color: #C117BD;
}
</style>