Shades of Hopbush #C1719D
Tints of Hopbush #C1719D
RGB
CMYK
RGB Variations
Color information
#C1719D (or 0xC1719D) is known color: Hopbush. HEX triplet: C1, 71 and 9D. RGB value is (193,113,157). Sum of RGB (Red+Green+Blue) = 193+113+157=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1719D is #3E8E62. Grayscale: #8D8D8D. Windows color (decimal): -4099683 or 10318273. OLE color: 10318273.
HSL color Cylindrical-coordinate representation of color #C1719D: hue angle of 327º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1719D is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 157 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.24 |
| HSL | 327º | 0.39% | 0.6% | - |
| HSV(B) | 327º | 0.41% | 0.76% | - |
| XYZ | 33.98 | 25.58 | 35.05 | - |
| YUV | 141.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 157 | 0 | 0.41 | 0.19 | 0.24 | 327 | 0.39 | 0.6 |
| Hex | C1 | 71 | 9D | 0 | 29 | 13 | 18 | 147 | 27 | 3C |
| Octal | 301 | 161 | 235 | 0 | 51 | 23 | 30 | 507 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10011101 | 0 | 101001 | 10011 | 11000 | 101000111 | 100111 | 111100 |
Color Harmonies of #C1719D
Complementary color
Monochromatic Colors of #C1719D
Black with #C1719D
Text Example
Text Example
White with #C1719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1719D; }
p { color: rgb(193,113,157); }
H1.HeaderClassName
{
color: #C1719D;
}
.AnyTagClassName
{
color: #C1719D;
}
</style>
background-color css
<style>
a { background-color: #C1719D; }
a { background-color: rgb(193,113,157); }
div.DivClassName
{
background-color: #C1719D;
}
.BgClassName
{
background-color: #C1719D;
}
</style>
border-color css
<style>
span { border-color: #C1719D; }
span { border-color: rgb(193,113,157); }
td.TdClassName
{
border-color: #C1719D;
}
.TagClassName
{
border-color: #C1719D;
}
</style>