Shades of Hopbush #C95F9A
Tints of Hopbush #C95F9A
RGB
CMYK
RGB Variations
Color information
#C95F9A (or 0xC95F9A) is known color: Hopbush. HEX triplet: C9, 5F and 9A. RGB value is (201,95,154). Sum of RGB (Red+Green+Blue) = 201+95+154=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F9A is #36A065. Grayscale: #858585. Windows color (decimal): -3580006 or 10117065. OLE color: 10117065.
HSL color Cylindrical-coordinate representation of color #C95F9A: hue angle of 326.6º 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 #C95F9A is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 154 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.21 |
| HSL | 326.6º | 0.5% | 0.58% | - |
| HSV(B) | 326.6º | 0.53% | 0.79% | - |
| XYZ | 34.01 | 22.94 | 33.21 | - |
| YUV | 133.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 154 | 0 | 0.53 | 0.23 | 0.21 | 326.6 | 0.5 | 0.58 |
| Hex | C9 | 5F | 9A | 0 | 35 | 17 | 15 | 147 | 32 | 3A |
| Octal | 311 | 137 | 232 | 0 | 65 | 27 | 25 | 507 | 62 | 72 |
| Binary | 11001001 | 1011111 | 10011010 | 0 | 110101 | 10111 | 10101 | 101000111 | 110010 | 111010 |
Color Harmonies of #C95F9A
Complementary color
Monochromatic Colors of #C95F9A
Black with #C95F9A
Text Example
Text Example
White with #C95F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F9A; }
p { color: rgb(201,95,154); }
H1.HeaderClassName
{
color: #C95F9A;
}
.AnyTagClassName
{
color: #C95F9A;
}
</style>
background-color css
<style>
a { background-color: #C95F9A; }
a { background-color: rgb(201,95,154); }
div.DivClassName
{
background-color: #C95F9A;
}
.BgClassName
{
background-color: #C95F9A;
}
</style>
border-color css
<style>
span { border-color: #C95F9A; }
span { border-color: rgb(201,95,154); }
td.TdClassName
{
border-color: #C95F9A;
}
.TagClassName
{
border-color: #C95F9A;
}
</style>