Shades of Deep Magenta #C117AF
Tints of Deep Magenta #C117AF
RGB
CMYK
RGB Variations
Color information
#C117AF (or 0xC117AF) is known color: Deep Magenta. HEX triplet: C1, 17 and AF. RGB value is (193,23,175). Sum of RGB (Red+Green+Blue) = 193+23+175=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C117AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C117AF is #3EE850. Grayscale: #5A5A5A. Windows color (decimal): -4122705 or 11474881. OLE color: 11474881.
HSL color Cylindrical-coordinate representation of color #C117AF: hue angle of 306.35º 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 #C117AF is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 175 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.24 |
| HSL | 306.35º | 0.79% | 0.42% | - |
| HSV(B) | 306.35º | 0.88% | 0.76% | - |
| XYZ | 30.04 | 15.05 | 41.88 | - |
| YUV | 91.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 175 | 0 | 0.88 | 0.09 | 0.24 | 306.35 | 0.79 | 0.42 |
| Hex | C1 | 17 | AF | 0 | 58 | 9 | 18 | 132 | 4F | 2A |
| Octal | 301 | 27 | 257 | 0 | 130 | 11 | 30 | 462 | 117 | 52 |
| Binary | 11000001 | 10111 | 10101111 | 0 | 1011000 | 1001 | 11000 | 100110010 | 1001111 | 101010 |
Color Harmonies of #C117AF
Complementary color
Monochromatic Colors of #C117AF
Black with #C117AF
Text Example
Text Example
White with #C117AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117AF; }
p { color: rgb(193,23,175); }
H1.HeaderClassName
{
color: #C117AF;
}
.AnyTagClassName
{
color: #C117AF;
}
</style>
background-color css
<style>
a { background-color: #C117AF; }
a { background-color: rgb(193,23,175); }
div.DivClassName
{
background-color: #C117AF;
}
.BgClassName
{
background-color: #C117AF;
}
</style>
border-color css
<style>
span { border-color: #C117AF; }
span { border-color: rgb(193,23,175); }
td.TdClassName
{
border-color: #C117AF;
}
.TagClassName
{
border-color: #C117AF;
}
</style>