Shades of Hopbush #C2619C
Tints of Hopbush #C2619C
RGB
CMYK
RGB Variations
Color information
#C2619C (or 0xC2619C) is known color: Hopbush. HEX triplet: C2, 61 and 9C. RGB value is (194,97,156). Sum of RGB (Red+Green+Blue) = 194+97+156=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2619C is #3D9E63. Grayscale: #848484. Windows color (decimal): -4038244 or 10248642. OLE color: 10248642.
HSL color Cylindrical-coordinate representation of color #C2619C: hue angle of 323.51º 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 #C2619C is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 156 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.24 |
| HSL | 323.51º | 0.44% | 0.57% | - |
| HSV(B) | 323.51º | 0.5% | 0.76% | - |
| XYZ | 32.52 | 22.42 | 34.07 | - |
| YUV | 132.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 156 | 0 | 0.50 | 0.20 | 0.24 | 323.51 | 0.44 | 0.57 |
| Hex | C2 | 61 | 9C | 0 | 32 | 14 | 18 | 144 | 2C | 39 |
| Octal | 302 | 141 | 234 | 0 | 62 | 24 | 30 | 504 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10011100 | 0 | 110010 | 10100 | 11000 | 101000100 | 101100 | 111001 |
Color Harmonies of #C2619C
Complementary color
Monochromatic Colors of #C2619C
Black with #C2619C
Text Example
Text Example
White with #C2619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2619C; }
p { color: rgb(194,97,156); }
H1.HeaderClassName
{
color: #C2619C;
}
.AnyTagClassName
{
color: #C2619C;
}
</style>
background-color css
<style>
a { background-color: #C2619C; }
a { background-color: rgb(194,97,156); }
div.DivClassName
{
background-color: #C2619C;
}
.BgClassName
{
background-color: #C2619C;
}
</style>
border-color css
<style>
span { border-color: #C2619C; }
span { border-color: rgb(194,97,156); }
td.TdClassName
{
border-color: #C2619C;
}
.TagClassName
{
border-color: #C2619C;
}
</style>