Shades of Hopbush #C95F9D
Tints of Hopbush #C95F9D
RGB
CMYK
RGB Variations
Color information
#C95F9D (or 0xC95F9D) is known color: Hopbush. HEX triplet: C9, 5F and 9D. RGB value is (201,95,157). Sum of RGB (Red+Green+Blue) = 201+95+157=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F9D is #36A062. Grayscale: #858585. Windows color (decimal): -3580003 or 10313673. OLE color: 10313673.
HSL color Cylindrical-coordinate representation of color #C95F9D: hue angle of 324.91º 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 #C95F9D is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 157 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.21 |
| HSL | 324.91º | 0.5% | 0.58% | - |
| HSV(B) | 324.91º | 0.53% | 0.79% | - |
| XYZ | 34.27 | 23.04 | 34.54 | - |
| YUV | 133.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 157 | 0 | 0.53 | 0.22 | 0.21 | 324.91 | 0.5 | 0.58 |
| Hex | C9 | 5F | 9D | 0 | 35 | 16 | 15 | 145 | 32 | 3A |
| Octal | 311 | 137 | 235 | 0 | 65 | 26 | 25 | 505 | 62 | 72 |
| Binary | 11001001 | 1011111 | 10011101 | 0 | 110101 | 10110 | 10101 | 101000101 | 110010 | 111010 |
Color Harmonies of #C95F9D
Complementary color
Monochromatic Colors of #C95F9D
Black with #C95F9D
Text Example
Text Example
White with #C95F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F9D; }
p { color: rgb(201,95,157); }
H1.HeaderClassName
{
color: #C95F9D;
}
.AnyTagClassName
{
color: #C95F9D;
}
</style>
background-color css
<style>
a { background-color: #C95F9D; }
a { background-color: rgb(201,95,157); }
div.DivClassName
{
background-color: #C95F9D;
}
.BgClassName
{
background-color: #C95F9D;
}
</style>
border-color css
<style>
span { border-color: #C95F9D; }
span { border-color: rgb(201,95,157); }
td.TdClassName
{
border-color: #C95F9D;
}
.TagClassName
{
border-color: #C95F9D;
}
</style>