Shades of Hopbush #C55F8E
Tints of Hopbush #C55F8E
RGB
CMYK
RGB Variations
Color information
#C55F8E (or 0xC55F8E) is known color: Hopbush. HEX triplet: C5, 5F and 8E. RGB value is (197,95,142). Sum of RGB (Red+Green+Blue) = 197+95+142=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F8E is #3AA071. Grayscale: #828282. Windows color (decimal): -3842162 or 9330629. OLE color: 9330629.
HSL color Cylindrical-coordinate representation of color #C55F8E: hue angle of 332.35º 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 #C55F8E is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 142 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.23 |
| HSL | 332.35º | 0.47% | 0.57% | - |
| HSV(B) | 332.35º | 0.52% | 0.77% | - |
| XYZ | 32 | 22.01 | 28.15 | - |
| YUV | 130.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 142 | 0 | 0.52 | 0.28 | 0.23 | 332.35 | 0.47 | 0.57 |
| Hex | C5 | 5F | 8E | 0 | 34 | 1C | 17 | 14C | 2F | 39 |
| Octal | 305 | 137 | 216 | 0 | 64 | 34 | 27 | 514 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10001110 | 0 | 110100 | 11100 | 10111 | 101001100 | 101111 | 111001 |
Color Harmonies of #C55F8E
Complementary color
Monochromatic Colors of #C55F8E
Black with #C55F8E
Text Example
Text Example
White with #C55F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F8E; }
p { color: rgb(197,95,142); }
H1.HeaderClassName
{
color: #C55F8E;
}
.AnyTagClassName
{
color: #C55F8E;
}
</style>
background-color css
<style>
a { background-color: #C55F8E; }
a { background-color: rgb(197,95,142); }
div.DivClassName
{
background-color: #C55F8E;
}
.BgClassName
{
background-color: #C55F8E;
}
</style>
border-color css
<style>
span { border-color: #C55F8E; }
span { border-color: rgb(197,95,142); }
td.TdClassName
{
border-color: #C55F8E;
}
.TagClassName
{
border-color: #C55F8E;
}
</style>