Shades of Hopbush #C161A3
Tints of Hopbush #C161A3
RGB
CMYK
RGB Variations
Color information
#C161A3 (or 0xC161A3) is known color: Hopbush. HEX triplet: C1, 61 and A3. RGB value is (193,97,163). Sum of RGB (Red+Green+Blue) = 193+97+163=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C161A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161A3 is #3E9E5C. Grayscale: #858585. Windows color (decimal): -4103773 or 10707393. OLE color: 10707393.
HSL color Cylindrical-coordinate representation of color #C161A3: hue angle of 318.75º 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 #C161A3 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 163 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.24 |
| HSL | 318.75º | 0.44% | 0.57% | - |
| HSV(B) | 318.75º | 0.5% | 0.76% | - |
| XYZ | 32.88 | 22.53 | 37.27 | - |
| YUV | 133.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 163 | 0 | 0.50 | 0.16 | 0.24 | 318.75 | 0.44 | 0.57 |
| Hex | C1 | 61 | A3 | 0 | 32 | 10 | 18 | 13F | 2C | 39 |
| Octal | 301 | 141 | 243 | 0 | 62 | 20 | 30 | 477 | 54 | 71 |
| Binary | 11000001 | 1100001 | 10100011 | 0 | 110010 | 10000 | 11000 | 100111111 | 101100 | 111001 |
Color Harmonies of #C161A3
Complementary color
Monochromatic Colors of #C161A3
Black with #C161A3
Text Example
Text Example
White with #C161A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161A3; }
p { color: rgb(193,97,163); }
H1.HeaderClassName
{
color: #C161A3;
}
.AnyTagClassName
{
color: #C161A3;
}
</style>
background-color css
<style>
a { background-color: #C161A3; }
a { background-color: rgb(193,97,163); }
div.DivClassName
{
background-color: #C161A3;
}
.BgClassName
{
background-color: #C161A3;
}
</style>
border-color css
<style>
span { border-color: #C161A3; }
span { border-color: rgb(193,97,163); }
td.TdClassName
{
border-color: #C161A3;
}
.TagClassName
{
border-color: #C161A3;
}
</style>