Shades of Hopbush #C161A1
Tints of Hopbush #C161A1
RGB
CMYK
RGB Variations
Color information
#C161A1 (or 0xC161A1) is known color: Hopbush. HEX triplet: C1, 61 and A1. RGB value is (193,97,161). Sum of RGB (Red+Green+Blue) = 193+97+161=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C161A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161A1 is #3E9E5E. Grayscale: #848484. Windows color (decimal): -4103775 or 10576321. OLE color: 10576321.
HSL color Cylindrical-coordinate representation of color #C161A1: hue angle of 320º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C161A1 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 161 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.24 |
| HSL | 320º | 0.44% | 0.57% | - |
| HSV(B) | 320º | 0.5% | 0.76% | - |
| XYZ | 32.7 | 22.46 | 36.33 | - |
| YUV | 133 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 161 | 0 | 0.50 | 0.17 | 0.24 | 320 | 0.44 | 0.57 |
| Hex | C1 | 61 | A1 | 0 | 32 | 11 | 18 | 140 | 2C | 39 |
| Octal | 301 | 141 | 241 | 0 | 62 | 21 | 30 | 500 | 54 | 71 |
| Binary | 11000001 | 1100001 | 10100001 | 0 | 110010 | 10001 | 11000 | 101000000 | 101100 | 111001 |
Color Harmonies of #C161A1
Complementary color
Monochromatic Colors of #C161A1
Black with #C161A1
Text Example
Text Example
White with #C161A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161A1; }
p { color: rgb(193,97,161); }
H1.HeaderClassName
{
color: #C161A1;
}
.AnyTagClassName
{
color: #C161A1;
}
</style>
background-color css
<style>
a { background-color: #C161A1; }
a { background-color: rgb(193,97,161); }
div.DivClassName
{
background-color: #C161A1;
}
.BgClassName
{
background-color: #C161A1;
}
</style>
border-color css
<style>
span { border-color: #C161A1; }
span { border-color: rgb(193,97,161); }
td.TdClassName
{
border-color: #C161A1;
}
.TagClassName
{
border-color: #C161A1;
}
</style>