Shades of Hopbush #C571A3
Tints of Hopbush #C571A3
RGB
CMYK
RGB Variations
Color information
#C571A3 (or 0xC571A3) is known color: Hopbush. HEX triplet: C5, 71 and A3. RGB value is (197,113,163). Sum of RGB (Red+Green+Blue) = 197+113+163=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C571A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C571A3 is #3A8E5C. Grayscale: #8F8F8F. Windows color (decimal): -3837533 or 10711493. OLE color: 10711493.
HSL color Cylindrical-coordinate representation of color #C571A3: hue angle of 324.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C571A3 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 163 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.23 |
| HSL | 324.29º | 0.42% | 0.61% | - |
| HSV(B) | 324.29º | 0.43% | 0.77% | - |
| XYZ | 35.54 | 26.32 | 37.86 | - |
| YUV | 143.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 163 | 0 | 0.43 | 0.17 | 0.23 | 324.29 | 0.42 | 0.61 |
| Hex | C5 | 71 | A3 | 0 | 2B | 11 | 17 | 144 | 2A | 3D |
| Octal | 305 | 161 | 243 | 0 | 53 | 21 | 27 | 504 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10100011 | 0 | 101011 | 10001 | 10111 | 101000100 | 101010 | 111101 |
Color Harmonies of #C571A3
Complementary color
Monochromatic Colors of #C571A3
Black with #C571A3
Text Example
Text Example
White with #C571A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571A3; }
p { color: rgb(197,113,163); }
H1.HeaderClassName
{
color: #C571A3;
}
.AnyTagClassName
{
color: #C571A3;
}
</style>
background-color css
<style>
a { background-color: #C571A3; }
a { background-color: rgb(197,113,163); }
div.DivClassName
{
background-color: #C571A3;
}
.BgClassName
{
background-color: #C571A3;
}
</style>
border-color css
<style>
span { border-color: #C571A3; }
span { border-color: rgb(197,113,163); }
td.TdClassName
{
border-color: #C571A3;
}
.TagClassName
{
border-color: #C571A3;
}
</style>