Shades of Hopbush #C75D8F
Tints of Hopbush #C75D8F
RGB
CMYK
RGB Variations
Color information
#C75D8F (or 0xC75D8F) is known color: Hopbush. HEX triplet: C7, 5D and 8F. RGB value is (199,93,143). Sum of RGB (Red+Green+Blue) = 199+93+143=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D8F is #38A270. Grayscale: #828282. Windows color (decimal): -3711601 or 9395655. OLE color: 9395655.
HSL color Cylindrical-coordinate representation of color #C75D8F: hue angle of 331.7º degrees, saturation: 0.49, 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 #C75D8F is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 143 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.22 |
| HSL | 331.7º | 0.49% | 0.57% | - |
| HSV(B) | 331.7º | 0.53% | 0.78% | - |
| XYZ | 32.43 | 21.95 | 28.52 | - |
| YUV | 130.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 143 | 0 | 0.53 | 0.28 | 0.22 | 331.7 | 0.49 | 0.57 |
| Hex | C7 | 5D | 8F | 0 | 35 | 1C | 16 | 14C | 31 | 39 |
| Octal | 307 | 135 | 217 | 0 | 65 | 34 | 26 | 514 | 61 | 71 |
| Binary | 11000111 | 1011101 | 10001111 | 0 | 110101 | 11100 | 10110 | 101001100 | 110001 | 111001 |
Color Harmonies of #C75D8F
Complementary color
Monochromatic Colors of #C75D8F
Black with #C75D8F
Text Example
Text Example
White with #C75D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D8F; }
p { color: rgb(199,93,143); }
H1.HeaderClassName
{
color: #C75D8F;
}
.AnyTagClassName
{
color: #C75D8F;
}
</style>
background-color css
<style>
a { background-color: #C75D8F; }
a { background-color: rgb(199,93,143); }
div.DivClassName
{
background-color: #C75D8F;
}
.BgClassName
{
background-color: #C75D8F;
}
</style>
border-color css
<style>
span { border-color: #C75D8F; }
span { border-color: rgb(199,93,143); }
td.TdClassName
{
border-color: #C75D8F;
}
.TagClassName
{
border-color: #C75D8F;
}
</style>