Shades of Trendy Pink #8C4878
Tints of Trendy Pink #8C4878
RGB
CMYK
RGB Variations
Color information
#8C4878 (or 0x8C4878) is known color: Trendy Pink. HEX triplet: 8C, 48 and 78. RGB value is (140,72,120). Sum of RGB (Red+Green+Blue) = 140+72+120=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4878 is #73B787. Grayscale: #616161. Windows color (decimal): -7583624 or 7882892. OLE color: 7882892.
HSL color Cylindrical-coordinate representation of color #8C4878: hue angle of 317.65º 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 #8C4878 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 120 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.45 |
| HSL | 317.65º | 0.32% | 0.42% | - |
| HSV(B) | 317.65º | 0.49% | 0.55% | - |
| XYZ | 16.52 | 11.57 | 19.13 | - |
| YUV | 97.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 120 | 0 | 0.49 | 0.14 | 0.45 | 317.65 | 0.32 | 0.42 |
| Hex | 8C | 48 | 78 | 0 | 31 | E | 2D | 13E | 20 | 2A |
| Octal | 214 | 110 | 170 | 0 | 61 | 16 | 55 | 476 | 40 | 52 |
| Binary | 10001100 | 1001000 | 1111000 | 0 | 110001 | 1110 | 101101 | 100111110 | 100000 | 101010 |
Color Harmonies of #8C4878
Complementary color
Monochromatic Colors of #8C4878
Black with #8C4878
Text Example
Text Example
White with #8C4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4878; }
p { color: rgb(140,72,120); }
H1.HeaderClassName
{
color: #8C4878;
}
.AnyTagClassName
{
color: #8C4878;
}
</style>
background-color css
<style>
a { background-color: #8C4878; }
a { background-color: rgb(140,72,120); }
div.DivClassName
{
background-color: #8C4878;
}
.BgClassName
{
background-color: #8C4878;
}
</style>
border-color css
<style>
span { border-color: #8C4878; }
span { border-color: rgb(140,72,120); }
td.TdClassName
{
border-color: #8C4878;
}
.TagClassName
{
border-color: #8C4878;
}
</style>