Shades of Deep Magenta #C018AB
Tints of Deep Magenta #C018AB
RGB
CMYK
RGB Variations
Color information
#C018AB (or 0xC018AB) is known color: Deep Magenta. HEX triplet: C0, 18 and AB. RGB value is (192,24,171). Sum of RGB (Red+Green+Blue) = 192+24+171=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C018AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018AB is #3FE754. Grayscale: #5A5A5A. Windows color (decimal): -4187989 or 11212992. OLE color: 11212992.
HSL color Cylindrical-coordinate representation of color #C018AB: hue angle of 307.5º degrees, saturation: 0.78, 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 #C018AB is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 171 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.25 |
| HSL | 307.5º | 0.78% | 0.42% | - |
| HSV(B) | 307.5º | 0.88% | 0.75% | - |
| XYZ | 29.42 | 14.8 | 39.83 | - |
| YUV | 90.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 171 | 0 | 0.88 | 0.11 | 0.25 | 307.5 | 0.78 | 0.42 |
| Hex | C0 | 18 | AB | 0 | 58 | B | 19 | 134 | 4E | 2A |
| Octal | 300 | 30 | 253 | 0 | 130 | 13 | 31 | 464 | 116 | 52 |
| Binary | 11000000 | 11000 | 10101011 | 0 | 1011000 | 1011 | 11001 | 100110100 | 1001110 | 101010 |
Color Harmonies of #C018AB
Complementary color
Monochromatic Colors of #C018AB
Black with #C018AB
Text Example
Text Example
White with #C018AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C018AB; }
p { color: rgb(192,24,171); }
H1.HeaderClassName
{
color: #C018AB;
}
.AnyTagClassName
{
color: #C018AB;
}
</style>
background-color css
<style>
a { background-color: #C018AB; }
a { background-color: rgb(192,24,171); }
div.DivClassName
{
background-color: #C018AB;
}
.BgClassName
{
background-color: #C018AB;
}
</style>
border-color css
<style>
span { border-color: #C018AB; }
span { border-color: rgb(192,24,171); }
td.TdClassName
{
border-color: #C018AB;
}
.TagClassName
{
border-color: #C018AB;
}
</style>