Shades of Hopbush #C571A1
Tints of Hopbush #C571A1
RGB
CMYK
RGB Variations
Color information
#C571A1 (or 0xC571A1) is known color: Hopbush. HEX triplet: C5, 71 and A1. RGB value is (197,113,161). Sum of RGB (Red+Green+Blue) = 197+113+161=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C571A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C571A1 is #3A8E5E. Grayscale: #8F8F8F. Windows color (decimal): -3837535 or 10580421. OLE color: 10580421.
HSL color Cylindrical-coordinate representation of color #C571A1: hue angle of 325.71º 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 #C571A1 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 161 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.23 |
| HSL | 325.71º | 0.42% | 0.61% | - |
| HSV(B) | 325.71º | 0.43% | 0.77% | - |
| XYZ | 35.36 | 26.25 | 36.92 | - |
| YUV | 143.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 161 | 0 | 0.43 | 0.18 | 0.23 | 325.71 | 0.42 | 0.61 |
| Hex | C5 | 71 | A1 | 0 | 2B | 12 | 17 | 146 | 2A | 3D |
| Octal | 305 | 161 | 241 | 0 | 53 | 22 | 27 | 506 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10100001 | 0 | 101011 | 10010 | 10111 | 101000110 | 101010 | 111101 |
Color Harmonies of #C571A1
Complementary color
Monochromatic Colors of #C571A1
Black with #C571A1
Text Example
Text Example
White with #C571A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571A1; }
p { color: rgb(197,113,161); }
H1.HeaderClassName
{
color: #C571A1;
}
.AnyTagClassName
{
color: #C571A1;
}
</style>
background-color css
<style>
a { background-color: #C571A1; }
a { background-color: rgb(197,113,161); }
div.DivClassName
{
background-color: #C571A1;
}
.BgClassName
{
background-color: #C571A1;
}
</style>
border-color css
<style>
span { border-color: #C571A1; }
span { border-color: rgb(197,113,161); }
td.TdClassName
{
border-color: #C571A1;
}
.TagClassName
{
border-color: #C571A1;
}
</style>