Shades of Trendy Pink #8C427C
Tints of Trendy Pink #8C427C
RGB
CMYK
RGB Variations
Color information
#8C427C (or 0x8C427C) is known color: Trendy Pink. HEX triplet: 8C, 42 and 7C. RGB value is (140,66,124). Sum of RGB (Red+Green+Blue) = 140+66+124=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C427C is #73BD83. Grayscale: #5E5E5E. Windows color (decimal): -7585156 or 8143500. OLE color: 8143500.
HSL color Cylindrical-coordinate representation of color #8C427C: hue angle of 312.97º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C427C is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 124 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.45 |
| HSL | 312.97º | 0.36% | 0.4% | - |
| HSV(B) | 312.97º | 0.53% | 0.55% | - |
| XYZ | 16.4 | 10.93 | 20.31 | - |
| YUV | 94.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 124 | 0 | 0.53 | 0.11 | 0.45 | 312.97 | 0.36 | 0.4 |
| Hex | 8C | 42 | 7C | 0 | 35 | B | 2D | 139 | 24 | 28 |
| Octal | 214 | 102 | 174 | 0 | 65 | 13 | 55 | 471 | 44 | 50 |
| Binary | 10001100 | 1000010 | 1111100 | 0 | 110101 | 1011 | 101101 | 100111001 | 100100 | 101000 |
Color Harmonies of #8C427C
Complementary color
Monochromatic Colors of #8C427C
Black with #8C427C
Text Example
Text Example
White with #8C427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C427C; }
p { color: rgb(140,66,124); }
H1.HeaderClassName
{
color: #8C427C;
}
.AnyTagClassName
{
color: #8C427C;
}
</style>
background-color css
<style>
a { background-color: #8C427C; }
a { background-color: rgb(140,66,124); }
div.DivClassName
{
background-color: #8C427C;
}
.BgClassName
{
background-color: #8C427C;
}
</style>
border-color css
<style>
span { border-color: #8C427C; }
span { border-color: rgb(140,66,124); }
td.TdClassName
{
border-color: #8C427C;
}
.TagClassName
{
border-color: #8C427C;
}
</style>