Shades of Hopbush #C95F9B
Tints of Hopbush #C95F9B
RGB
CMYK
RGB Variations
Color information
#C95F9B (or 0xC95F9B) is known color: Hopbush. HEX triplet: C9, 5F and 9B. RGB value is (201,95,155). Sum of RGB (Red+Green+Blue) = 201+95+155=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F9B is #36A064. Grayscale: #858585. Windows color (decimal): -3580005 or 10182601. OLE color: 10182601.
HSL color Cylindrical-coordinate representation of color #C95F9B: hue angle of 326.04º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95F9B is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 155 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.21 |
| HSL | 326.04º | 0.5% | 0.58% | - |
| HSV(B) | 326.04º | 0.53% | 0.79% | - |
| XYZ | 34.1 | 22.97 | 33.65 | - |
| YUV | 133.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 155 | 0 | 0.53 | 0.23 | 0.21 | 326.04 | 0.5 | 0.58 |
| Hex | C9 | 5F | 9B | 0 | 35 | 17 | 15 | 146 | 32 | 3A |
| Octal | 311 | 137 | 233 | 0 | 65 | 27 | 25 | 506 | 62 | 72 |
| Binary | 11001001 | 1011111 | 10011011 | 0 | 110101 | 10111 | 10101 | 101000110 | 110010 | 111010 |
Color Harmonies of #C95F9B
Complementary color
Monochromatic Colors of #C95F9B
Black with #C95F9B
Text Example
Text Example
White with #C95F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F9B; }
p { color: rgb(201,95,155); }
H1.HeaderClassName
{
color: #C95F9B;
}
.AnyTagClassName
{
color: #C95F9B;
}
</style>
background-color css
<style>
a { background-color: #C95F9B; }
a { background-color: rgb(201,95,155); }
div.DivClassName
{
background-color: #C95F9B;
}
.BgClassName
{
background-color: #C95F9B;
}
</style>
border-color css
<style>
span { border-color: #C95F9B; }
span { border-color: rgb(201,95,155); }
td.TdClassName
{
border-color: #C95F9B;
}
.TagClassName
{
border-color: #C95F9B;
}
</style>