Shades of Trendy Pink #8C4888
Tints of Trendy Pink #8C4888
RGB
CMYK
RGB Variations
Color information
#8C4888 (or 0x8C4888) is known color: Trendy Pink. HEX triplet: 8C, 48 and 88. RGB value is (140,72,136). Sum of RGB (Red+Green+Blue) = 140+72+136=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4888 is #73B777. Grayscale: #636363. Windows color (decimal): -7583608 or 8931468. OLE color: 8931468.
HSL color Cylindrical-coordinate representation of color #8C4888: hue angle of 303.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4888 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 136 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.45 |
| HSL | 303.53º | 0.32% | 0.42% | - |
| HSV(B) | 303.53º | 0.49% | 0.55% | - |
| XYZ | 17.58 | 11.99 | 24.68 | - |
| YUV | 99.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 136 | 0 | 0.49 | 0.03 | 0.45 | 303.53 | 0.32 | 0.42 |
| Hex | 8C | 48 | 88 | 0 | 31 | 3 | 2D | 130 | 20 | 2A |
| Octal | 214 | 110 | 210 | 0 | 61 | 3 | 55 | 460 | 40 | 52 |
| Binary | 10001100 | 1001000 | 10001000 | 0 | 110001 | 11 | 101101 | 100110000 | 100000 | 101010 |
Color Harmonies of #8C4888
Complementary color
Monochromatic Colors of #8C4888
Black with #8C4888
Text Example
Text Example
White with #8C4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4888; }
p { color: rgb(140,72,136); }
H1.HeaderClassName
{
color: #8C4888;
}
.AnyTagClassName
{
color: #8C4888;
}
</style>
background-color css
<style>
a { background-color: #8C4888; }
a { background-color: rgb(140,72,136); }
div.DivClassName
{
background-color: #8C4888;
}
.BgClassName
{
background-color: #8C4888;
}
</style>
border-color css
<style>
span { border-color: #8C4888; }
span { border-color: rgb(140,72,136); }
td.TdClassName
{
border-color: #8C4888;
}
.TagClassName
{
border-color: #8C4888;
}
</style>