Shades of Hopbush #C55E8E
Tints of Hopbush #C55E8E
RGB
CMYK
RGB Variations
Color information
#C55E8E (or 0xC55E8E) is known color: Hopbush. HEX triplet: C5, 5E and 8E. RGB value is (197,94,142). Sum of RGB (Red+Green+Blue) = 197+94+142=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55E8E is #3AA171. Grayscale: #828282. Windows color (decimal): -3842418 or 9330373. OLE color: 9330373.
HSL color Cylindrical-coordinate representation of color #C55E8E: hue angle of 332.04º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55E8E is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 142 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.23 |
| HSL | 332.04º | 0.47% | 0.57% | - |
| HSV(B) | 332.04º | 0.52% | 0.77% | - |
| XYZ | 31.91 | 21.83 | 28.12 | - |
| YUV | 130.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 142 | 0 | 0.52 | 0.28 | 0.23 | 332.04 | 0.47 | 0.57 |
| Hex | C5 | 5E | 8E | 0 | 34 | 1C | 17 | 14C | 2F | 39 |
| Octal | 305 | 136 | 216 | 0 | 64 | 34 | 27 | 514 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10001110 | 0 | 110100 | 11100 | 10111 | 101001100 | 101111 | 111001 |
Color Harmonies of #C55E8E
Complementary color
Monochromatic Colors of #C55E8E
Black with #C55E8E
Text Example
Text Example
White with #C55E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E8E; }
p { color: rgb(197,94,142); }
H1.HeaderClassName
{
color: #C55E8E;
}
.AnyTagClassName
{
color: #C55E8E;
}
</style>
background-color css
<style>
a { background-color: #C55E8E; }
a { background-color: rgb(197,94,142); }
div.DivClassName
{
background-color: #C55E8E;
}
.BgClassName
{
background-color: #C55E8E;
}
</style>
border-color css
<style>
span { border-color: #C55E8E; }
span { border-color: rgb(197,94,142); }
td.TdClassName
{
border-color: #C55E8E;
}
.TagClassName
{
border-color: #C55E8E;
}
</style>