Shades of Hopbush #C75FA0
Tints of Hopbush #C75FA0
RGB
CMYK
RGB Variations
Color information
#C75FA0 (or 0xC75FA0) is known color: Hopbush. HEX triplet: C7, 5F and A0. RGB value is (199,95,160). Sum of RGB (Red+Green+Blue) = 199+95+160=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C75FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75FA0 is #38A05F. Grayscale: #858585. Windows color (decimal): -3711072 or 10510279. OLE color: 10510279.
HSL color Cylindrical-coordinate representation of color #C75FA0: hue angle of 322.5º 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 #C75FA0 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 160 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.22 |
| HSL | 322.5º | 0.48% | 0.58% | - |
| HSV(B) | 322.5º | 0.52% | 0.78% | - |
| XYZ | 33.99 | 22.86 | 35.88 | - |
| YUV | 133.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 160 | 0 | 0.52 | 0.20 | 0.22 | 322.5 | 0.48 | 0.58 |
| Hex | C7 | 5F | A0 | 0 | 34 | 14 | 16 | 142 | 30 | 3A |
| Octal | 307 | 137 | 240 | 0 | 64 | 24 | 26 | 502 | 60 | 72 |
| Binary | 11000111 | 1011111 | 10100000 | 0 | 110100 | 10100 | 10110 | 101000010 | 110000 | 111010 |
Color Harmonies of #C75FA0
Complementary color
Monochromatic Colors of #C75FA0
Black with #C75FA0
Text Example
Text Example
White with #C75FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FA0; }
p { color: rgb(199,95,160); }
H1.HeaderClassName
{
color: #C75FA0;
}
.AnyTagClassName
{
color: #C75FA0;
}
</style>
background-color css
<style>
a { background-color: #C75FA0; }
a { background-color: rgb(199,95,160); }
div.DivClassName
{
background-color: #C75FA0;
}
.BgClassName
{
background-color: #C75FA0;
}
</style>
border-color css
<style>
span { border-color: #C75FA0; }
span { border-color: rgb(199,95,160); }
td.TdClassName
{
border-color: #C75FA0;
}
.TagClassName
{
border-color: #C75FA0;
}
</style>