Shades of Hopbush #C071A1
Tints of Hopbush #C071A1
RGB
CMYK
RGB Variations
Color information
#C071A1 (or 0xC071A1) is known color: Hopbush. HEX triplet: C0, 71 and A1. RGB value is (192,113,161). Sum of RGB (Red+Green+Blue) = 192+113+161=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C071A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071A1 is #3F8E5E. Grayscale: #8D8D8D. Windows color (decimal): -4165215 or 10580416. OLE color: 10580416.
HSL color Cylindrical-coordinate representation of color #C071A1: hue angle of 323.54º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C071A1 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 161 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.25 |
| HSL | 323.54º | 0.39% | 0.6% | - |
| HSV(B) | 323.54º | 0.41% | 0.75% | - |
| XYZ | 34.08 | 25.59 | 36.86 | - |
| YUV | 142.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 161 | 0 | 0.41 | 0.16 | 0.25 | 323.54 | 0.39 | 0.6 |
| Hex | C0 | 71 | A1 | 0 | 29 | 10 | 19 | 144 | 27 | 3C |
| Octal | 300 | 161 | 241 | 0 | 51 | 20 | 31 | 504 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10100001 | 0 | 101001 | 10000 | 11001 | 101000100 | 100111 | 111100 |
Color Harmonies of #C071A1
Complementary color
Monochromatic Colors of #C071A1
Black with #C071A1
Text Example
Text Example
White with #C071A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071A1; }
p { color: rgb(192,113,161); }
H1.HeaderClassName
{
color: #C071A1;
}
.AnyTagClassName
{
color: #C071A1;
}
</style>
background-color css
<style>
a { background-color: #C071A1; }
a { background-color: rgb(192,113,161); }
div.DivClassName
{
background-color: #C071A1;
}
.BgClassName
{
background-color: #C071A1;
}
</style>
border-color css
<style>
span { border-color: #C071A1; }
span { border-color: rgb(192,113,161); }
td.TdClassName
{
border-color: #C071A1;
}
.TagClassName
{
border-color: #C071A1;
}
</style>