Shades of Hopbush #C55E8F
Tints of Hopbush #C55E8F
RGB
CMYK
RGB Variations
Color information
#C55E8F (or 0xC55E8F) is known color: Hopbush. HEX triplet: C5, 5E and 8F. RGB value is (197,94,143). Sum of RGB (Red+Green+Blue) = 197+94+143=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55E8F is #3AA170. Grayscale: #828282. Windows color (decimal): -3842417 or 9395909. OLE color: 9395909.
HSL color Cylindrical-coordinate representation of color #C55E8F: hue angle of 331.46º 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 #C55E8F is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 143 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.23 |
| HSL | 331.46º | 0.47% | 0.57% | - |
| HSV(B) | 331.46º | 0.52% | 0.77% | - |
| XYZ | 31.99 | 21.86 | 28.52 | - |
| YUV | 130.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 143 | 0 | 0.52 | 0.27 | 0.23 | 331.46 | 0.47 | 0.57 |
| Hex | C5 | 5E | 8F | 0 | 34 | 1B | 17 | 14B | 2F | 39 |
| Octal | 305 | 136 | 217 | 0 | 64 | 33 | 27 | 513 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10001111 | 0 | 110100 | 11011 | 10111 | 101001011 | 101111 | 111001 |
Color Harmonies of #C55E8F
Complementary color
Monochromatic Colors of #C55E8F
Black with #C55E8F
Text Example
Text Example
White with #C55E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E8F; }
p { color: rgb(197,94,143); }
H1.HeaderClassName
{
color: #C55E8F;
}
.AnyTagClassName
{
color: #C55E8F;
}
</style>
background-color css
<style>
a { background-color: #C55E8F; }
a { background-color: rgb(197,94,143); }
div.DivClassName
{
background-color: #C55E8F;
}
.BgClassName
{
background-color: #C55E8F;
}
</style>
border-color css
<style>
span { border-color: #C55E8F; }
span { border-color: rgb(197,94,143); }
td.TdClassName
{
border-color: #C55E8F;
}
.TagClassName
{
border-color: #C55E8F;
}
</style>