Shades of Hopbush #C75FA2
Tints of Hopbush #C75FA2
RGB
CMYK
RGB Variations
Color information
#C75FA2 (or 0xC75FA2) is known color: Hopbush. HEX triplet: C7, 5F and A2. RGB value is (199,95,162). Sum of RGB (Red+Green+Blue) = 199+95+162=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C75FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75FA2 is #38A05D. Grayscale: #858585. Windows color (decimal): -3711070 or 10641351. OLE color: 10641351.
HSL color Cylindrical-coordinate representation of color #C75FA2: hue angle of 321.35º 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 #C75FA2 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 162 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.22 |
| HSL | 321.35º | 0.48% | 0.58% | - |
| HSV(B) | 321.35º | 0.52% | 0.78% | - |
| XYZ | 34.17 | 22.94 | 36.81 | - |
| YUV | 133.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 162 | 0 | 0.52 | 0.19 | 0.22 | 321.35 | 0.48 | 0.58 |
| Hex | C7 | 5F | A2 | 0 | 34 | 13 | 16 | 141 | 30 | 3A |
| Octal | 307 | 137 | 242 | 0 | 64 | 23 | 26 | 501 | 60 | 72 |
| Binary | 11000111 | 1011111 | 10100010 | 0 | 110100 | 10011 | 10110 | 101000001 | 110000 | 111010 |
Color Harmonies of #C75FA2
Complementary color
Monochromatic Colors of #C75FA2
Black with #C75FA2
Text Example
Text Example
White with #C75FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FA2; }
p { color: rgb(199,95,162); }
H1.HeaderClassName
{
color: #C75FA2;
}
.AnyTagClassName
{
color: #C75FA2;
}
</style>
background-color css
<style>
a { background-color: #C75FA2; }
a { background-color: rgb(199,95,162); }
div.DivClassName
{
background-color: #C75FA2;
}
.BgClassName
{
background-color: #C75FA2;
}
</style>
border-color css
<style>
span { border-color: #C75FA2; }
span { border-color: rgb(199,95,162); }
td.TdClassName
{
border-color: #C75FA2;
}
.TagClassName
{
border-color: #C75FA2;
}
</style>