Shades of Hopbush #C75F8D
Tints of Hopbush #C75F8D
RGB
CMYK
RGB Variations
Color information
#C75F8D (or 0xC75F8D) is known color: Hopbush. HEX triplet: C7, 5F and 8D. RGB value is (199,95,141). Sum of RGB (Red+Green+Blue) = 199+95+141=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75F8D is #38A072. Grayscale: #838383. Windows color (decimal): -3711091 or 9265095. OLE color: 9265095.
HSL color Cylindrical-coordinate representation of color #C75F8D: hue angle of 333.46º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C75F8D is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 141 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.22 |
| HSL | 333.46º | 0.48% | 0.58% | - |
| HSV(B) | 333.46º | 0.52% | 0.78% | - |
| XYZ | 32.45 | 22.25 | 27.78 | - |
| YUV | 131.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 141 | 0 | 0.52 | 0.29 | 0.22 | 333.46 | 0.48 | 0.58 |
| Hex | C7 | 5F | 8D | 0 | 34 | 1D | 16 | 14D | 30 | 3A |
| Octal | 307 | 137 | 215 | 0 | 64 | 35 | 26 | 515 | 60 | 72 |
| Binary | 11000111 | 1011111 | 10001101 | 0 | 110100 | 11101 | 10110 | 101001101 | 110000 | 111010 |
Color Harmonies of #C75F8D
Complementary color
Monochromatic Colors of #C75F8D
Black with #C75F8D
Text Example
Text Example
White with #C75F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75F8D; }
p { color: rgb(199,95,141); }
H1.HeaderClassName
{
color: #C75F8D;
}
.AnyTagClassName
{
color: #C75F8D;
}
</style>
background-color css
<style>
a { background-color: #C75F8D; }
a { background-color: rgb(199,95,141); }
div.DivClassName
{
background-color: #C75F8D;
}
.BgClassName
{
background-color: #C75F8D;
}
</style>
border-color css
<style>
span { border-color: #C75F8D; }
span { border-color: rgb(199,95,141); }
td.TdClassName
{
border-color: #C75F8D;
}
.TagClassName
{
border-color: #C75F8D;
}
</style>