Shades of Hopbush #C55F94
Tints of Hopbush #C55F94
RGB
CMYK
RGB Variations
Color information
#C55F94 (or 0xC55F94) is known color: Hopbush. HEX triplet: C5, 5F and 94. RGB value is (197,95,148). Sum of RGB (Red+Green+Blue) = 197+95+148=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F94 is #3AA06B. Grayscale: #838383. Windows color (decimal): -3842156 or 9723845. OLE color: 9723845.
HSL color Cylindrical-coordinate representation of color #C55F94: hue angle of 328.82º 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 #C55F94 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 148 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.23 |
| HSL | 328.82º | 0.47% | 0.57% | - |
| HSV(B) | 328.82º | 0.52% | 0.77% | - |
| XYZ | 32.46 | 22.19 | 30.59 | - |
| YUV | 131.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 148 | 0 | 0.52 | 0.25 | 0.23 | 328.82 | 0.47 | 0.57 |
| Hex | C5 | 5F | 94 | 0 | 34 | 19 | 17 | 149 | 2F | 39 |
| Octal | 305 | 137 | 224 | 0 | 64 | 31 | 27 | 511 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10010100 | 0 | 110100 | 11001 | 10111 | 101001001 | 101111 | 111001 |
Color Harmonies of #C55F94
Complementary color
Monochromatic Colors of #C55F94
Black with #C55F94
Text Example
Text Example
White with #C55F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F94; }
p { color: rgb(197,95,148); }
H1.HeaderClassName
{
color: #C55F94;
}
.AnyTagClassName
{
color: #C55F94;
}
</style>
background-color css
<style>
a { background-color: #C55F94; }
a { background-color: rgb(197,95,148); }
div.DivClassName
{
background-color: #C55F94;
}
.BgClassName
{
background-color: #C55F94;
}
</style>
border-color css
<style>
span { border-color: #C55F94; }
span { border-color: rgb(197,95,148); }
td.TdClassName
{
border-color: #C55F94;
}
.TagClassName
{
border-color: #C55F94;
}
</style>