Shades of Deep Magenta #C017AB
Tints of Deep Magenta #C017AB
RGB
CMYK
RGB Variations
Color information
#C017AB (or 0xC017AB) is known color: Deep Magenta. HEX triplet: C0, 17 and AB. RGB value is (192,23,171). Sum of RGB (Red+Green+Blue) = 192+23+171=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C017AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C017AB is #3FE854. Grayscale: #595959. Windows color (decimal): -4188245 or 11212736. OLE color: 11212736.
HSL color Cylindrical-coordinate representation of color #C017AB: hue angle of 307.46º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C017AB is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 171 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.25 |
| HSL | 307.46º | 0.79% | 0.42% | - |
| HSV(B) | 307.46º | 0.88% | 0.75% | - |
| XYZ | 29.4 | 14.76 | 39.83 | - |
| YUV | 90.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 171 | 0 | 0.88 | 0.11 | 0.25 | 307.46 | 0.79 | 0.42 |
| Hex | C0 | 17 | AB | 0 | 58 | B | 19 | 133 | 4F | 2A |
| Octal | 300 | 27 | 253 | 0 | 130 | 13 | 31 | 463 | 117 | 52 |
| Binary | 11000000 | 10111 | 10101011 | 0 | 1011000 | 1011 | 11001 | 100110011 | 1001111 | 101010 |
Color Harmonies of #C017AB
Complementary color
Monochromatic Colors of #C017AB
Black with #C017AB
Text Example
Text Example
White with #C017AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017AB; }
p { color: rgb(192,23,171); }
H1.HeaderClassName
{
color: #C017AB;
}
.AnyTagClassName
{
color: #C017AB;
}
</style>
background-color css
<style>
a { background-color: #C017AB; }
a { background-color: rgb(192,23,171); }
div.DivClassName
{
background-color: #C017AB;
}
.BgClassName
{
background-color: #C017AB;
}
</style>
border-color css
<style>
span { border-color: #C017AB; }
span { border-color: rgb(192,23,171); }
td.TdClassName
{
border-color: #C017AB;
}
.TagClassName
{
border-color: #C017AB;
}
</style>