Shades of Hopbush #C75E8F
Tints of Hopbush #C75E8F
RGB
CMYK
RGB Variations
Color information
#C75E8F (or 0xC75E8F) is known color: Hopbush. HEX triplet: C7, 5E and 8F. RGB value is (199,94,143). Sum of RGB (Red+Green+Blue) = 199+94+143=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75E8F is #38A170. Grayscale: #828282. Windows color (decimal): -3711345 or 9395911. OLE color: 9395911.
HSL color Cylindrical-coordinate representation of color #C75E8F: hue angle of 332º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75E8F is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 94 | 143 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.22 |
| HSL | 332º | 0.48% | 0.57% | - |
| HSV(B) | 332º | 0.53% | 0.78% | - |
| XYZ | 32.51 | 22.13 | 28.54 | - |
| YUV | 130.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 143 | 0 | 0.53 | 0.28 | 0.22 | 332 | 0.48 | 0.57 |
| Hex | C7 | 5E | 8F | 0 | 35 | 1C | 16 | 14C | 30 | 39 |
| Octal | 307 | 136 | 217 | 0 | 65 | 34 | 26 | 514 | 60 | 71 |
| Binary | 11000111 | 1011110 | 10001111 | 0 | 110101 | 11100 | 10110 | 101001100 | 110000 | 111001 |
Color Harmonies of #C75E8F
Complementary color
Monochromatic Colors of #C75E8F
Black with #C75E8F
Text Example
Text Example
White with #C75E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75E8F; }
p { color: rgb(199,94,143); }
H1.HeaderClassName
{
color: #C75E8F;
}
.AnyTagClassName
{
color: #C75E8F;
}
</style>
background-color css
<style>
a { background-color: #C75E8F; }
a { background-color: rgb(199,94,143); }
div.DivClassName
{
background-color: #C75E8F;
}
.BgClassName
{
background-color: #C75E8F;
}
</style>
border-color css
<style>
span { border-color: #C75E8F; }
span { border-color: rgb(199,94,143); }
td.TdClassName
{
border-color: #C75E8F;
}
.TagClassName
{
border-color: #C75E8F;
}
</style>