Shades of Hopbush #C471AC
Tints of Hopbush #C471AC
RGB
CMYK
RGB Variations
Color information
#C471AC (or 0xC471AC) is known color: Hopbush. HEX triplet: C4, 71 and AC. RGB value is (196,113,172). Sum of RGB (Red+Green+Blue) = 196+113+172=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C471AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C471AC is #3B8E53. Grayscale: #909090. Windows color (decimal): -3903060 or 11301316. OLE color: 11301316.
HSL color Cylindrical-coordinate representation of color #C471AC: hue angle of 317.35º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C471AC is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 172 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.23 |
| HSL | 317.35º | 0.41% | 0.61% | - |
| HSV(B) | 317.35º | 0.42% | 0.77% | - |
| XYZ | 36.12 | 26.52 | 42.25 | - |
| YUV | 144.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 172 | 0 | 0.42 | 0.12 | 0.23 | 317.35 | 0.41 | 0.61 |
| Hex | C4 | 71 | AC | 0 | 2A | C | 17 | 13D | 29 | 3D |
| Octal | 304 | 161 | 254 | 0 | 52 | 14 | 27 | 475 | 51 | 75 |
| Binary | 11000100 | 1110001 | 10101100 | 0 | 101010 | 1100 | 10111 | 100111101 | 101001 | 111101 |
Color Harmonies of #C471AC
Complementary color
Monochromatic Colors of #C471AC
Black with #C471AC
Text Example
Text Example
White with #C471AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471AC; }
p { color: rgb(196,113,172); }
H1.HeaderClassName
{
color: #C471AC;
}
.AnyTagClassName
{
color: #C471AC;
}
</style>
background-color css
<style>
a { background-color: #C471AC; }
a { background-color: rgb(196,113,172); }
div.DivClassName
{
background-color: #C471AC;
}
.BgClassName
{
background-color: #C471AC;
}
</style>
border-color css
<style>
span { border-color: #C471AC; }
span { border-color: rgb(196,113,172); }
td.TdClassName
{
border-color: #C471AC;
}
.TagClassName
{
border-color: #C471AC;
}
</style>