Shades of Hopbush #C55F9B
Tints of Hopbush #C55F9B
RGB
CMYK
RGB Variations
Color information
#C55F9B (or 0xC55F9B) is known color: Hopbush. HEX triplet: C5, 5F and 9B. RGB value is (197,95,155). Sum of RGB (Red+Green+Blue) = 197+95+155=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F9B is #3AA064. Grayscale: #848484. Windows color (decimal): -3842149 or 10182597. OLE color: 10182597.
HSL color Cylindrical-coordinate representation of color #C55F9B: hue angle of 324.71º 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 #C55F9B is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 155 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.23 |
| HSL | 324.71º | 0.47% | 0.57% | - |
| HSV(B) | 324.71º | 0.52% | 0.77% | - |
| XYZ | 33.03 | 22.42 | 33.6 | - |
| YUV | 132.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 155 | 0 | 0.52 | 0.21 | 0.23 | 324.71 | 0.47 | 0.57 |
| Hex | C5 | 5F | 9B | 0 | 34 | 15 | 17 | 145 | 2F | 39 |
| Octal | 305 | 137 | 233 | 0 | 64 | 25 | 27 | 505 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10011011 | 0 | 110100 | 10101 | 10111 | 101000101 | 101111 | 111001 |
Color Harmonies of #C55F9B
Complementary color
Monochromatic Colors of #C55F9B
Black with #C55F9B
Text Example
Text Example
White with #C55F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F9B; }
p { color: rgb(197,95,155); }
H1.HeaderClassName
{
color: #C55F9B;
}
.AnyTagClassName
{
color: #C55F9B;
}
</style>
background-color css
<style>
a { background-color: #C55F9B; }
a { background-color: rgb(197,95,155); }
div.DivClassName
{
background-color: #C55F9B;
}
.BgClassName
{
background-color: #C55F9B;
}
</style>
border-color css
<style>
span { border-color: #C55F9B; }
span { border-color: rgb(197,95,155); }
td.TdClassName
{
border-color: #C55F9B;
}
.TagClassName
{
border-color: #C55F9B;
}
</style>