Shades of Hopbush #C2719E
Tints of Hopbush #C2719E
RGB
CMYK
RGB Variations
Color information
#C2719E (or 0xC2719E) is known color: Hopbush. HEX triplet: C2, 71 and 9E. RGB value is (194,113,158). Sum of RGB (Red+Green+Blue) = 194+113+158=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2719E is #3D8E61. Grayscale: #8E8E8E. Windows color (decimal): -4034146 or 10383810. OLE color: 10383810.
HSL color Cylindrical-coordinate representation of color #C2719E: hue angle of 326.67º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2719E is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 158 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.24 |
| HSL | 326.67º | 0.4% | 0.6% | - |
| HSV(B) | 326.67º | 0.42% | 0.76% | - |
| XYZ | 34.32 | 25.75 | 35.51 | - |
| YUV | 142.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 158 | 0 | 0.42 | 0.19 | 0.24 | 326.67 | 0.4 | 0.6 |
| Hex | C2 | 71 | 9E | 0 | 2A | 13 | 18 | 147 | 28 | 3C |
| Octal | 302 | 161 | 236 | 0 | 52 | 23 | 30 | 507 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10011110 | 0 | 101010 | 10011 | 11000 | 101000111 | 101000 | 111100 |
Color Harmonies of #C2719E
Complementary color
Monochromatic Colors of #C2719E
Black with #C2719E
Text Example
Text Example
White with #C2719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2719E; }
p { color: rgb(194,113,158); }
H1.HeaderClassName
{
color: #C2719E;
}
.AnyTagClassName
{
color: #C2719E;
}
</style>
background-color css
<style>
a { background-color: #C2719E; }
a { background-color: rgb(194,113,158); }
div.DivClassName
{
background-color: #C2719E;
}
.BgClassName
{
background-color: #C2719E;
}
</style>
border-color css
<style>
span { border-color: #C2719E; }
span { border-color: rgb(194,113,158); }
td.TdClassName
{
border-color: #C2719E;
}
.TagClassName
{
border-color: #C2719E;
}
</style>