Shades of Disco #8C2F4E
Tints of Disco #8C2F4E
RGB
CMYK
RGB Variations
Color information
#8C2F4E (or 0x8C2F4E) is known color: Disco. HEX triplet: 8C, 2F and 4E. RGB value is (140,47,78). Sum of RGB (Red+Green+Blue) = 140+47+78=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F4E is #73D0B1. Grayscale: #4E4E4E. Windows color (decimal): -7590066 or 5123980. OLE color: 5123980.
HSL color Cylindrical-coordinate representation of color #8C2F4E: hue angle of 340º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F4E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 78 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.45 |
| HSL | 340º | 0.5% | 0.37% | - |
| HSV(B) | 340º | 0.66% | 0.55% | - |
| XYZ | 13.21 | 8.16 | 8.09 | - |
| YUV | 78.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 78 | 0 | 0.66 | 0.44 | 0.45 | 340 | 0.5 | 0.37 |
| Hex | 8C | 2F | 4E | 0 | 42 | 2C | 2D | 154 | 32 | 25 |
| Octal | 214 | 57 | 116 | 0 | 102 | 54 | 55 | 524 | 62 | 45 |
| Binary | 10001100 | 101111 | 1001110 | 0 | 1000010 | 101100 | 101101 | 101010100 | 110010 | 100101 |
Color Harmonies of #8C2F4E
Complementary color
Monochromatic Colors of #8C2F4E
Black with #8C2F4E
Text Example
Text Example
White with #8C2F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F4E; }
p { color: rgb(140,47,78); }
H1.HeaderClassName
{
color: #8C2F4E;
}
.AnyTagClassName
{
color: #8C2F4E;
}
</style>
background-color css
<style>
a { background-color: #8C2F4E; }
a { background-color: rgb(140,47,78); }
div.DivClassName
{
background-color: #8C2F4E;
}
.BgClassName
{
background-color: #8C2F4E;
}
</style>
border-color css
<style>
span { border-color: #8C2F4E; }
span { border-color: rgb(140,47,78); }
td.TdClassName
{
border-color: #8C2F4E;
}
.TagClassName
{
border-color: #8C2F4E;
}
</style>