Shades of Deep Magenta #C117D5
Tints of Deep Magenta #C117D5
RGB
CMYK
RGB Variations
Color information
#C117D5 (or 0xC117D5) is known color: Deep Magenta. HEX triplet: C1, 17 and D5. RGB value is (193,23,213). Sum of RGB (Red+Green+Blue) = 193+23+213=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #C117D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117D5 is #3EE82A. Grayscale: #5E5E5E. Windows color (decimal): -4122667 or 13965249. OLE color: 13965249.
HSL color Cylindrical-coordinate representation of color #C117D5: hue angle of 293.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C117D5 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 23 | 213 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.16 |
| HSL | 293.68º | 0.81% | 0.46% | - |
| HSV(B) | 293.68º | 0.89% | 0.84% | - |
| XYZ | 34.31 | 16.75 | 64.38 | - |
| YUV | 95.49 | 194.32 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 213 | 0.09 | 0.89 | 0 | 0.16 | 293.68 | 0.81 | 0.46 |
| Hex | C1 | 17 | D5 | 9 | 59 | 0 | 10 | 126 | 51 | 2E |
| Octal | 301 | 27 | 325 | 11 | 131 | 0 | 20 | 446 | 121 | 56 |
| Binary | 11000001 | 10111 | 11010101 | 1001 | 1011001 | 0 | 10000 | 100100110 | 1010001 | 101110 |
Color Harmonies of #C117D5
Complementary color
Monochromatic Colors of #C117D5
Black with #C117D5
Text Example
Text Example
White with #C117D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117D5; }
p { color: rgb(193,23,213); }
H1.HeaderClassName
{
color: #C117D5;
}
.AnyTagClassName
{
color: #C117D5;
}
</style>
background-color css
<style>
a { background-color: #C117D5; }
a { background-color: rgb(193,23,213); }
div.DivClassName
{
background-color: #C117D5;
}
.BgClassName
{
background-color: #C117D5;
}
</style>
border-color css
<style>
span { border-color: #C117D5; }
span { border-color: rgb(193,23,213); }
td.TdClassName
{
border-color: #C117D5;
}
.TagClassName
{
border-color: #C117D5;
}
</style>