Shades of Hopbush #C2638E
Tints of Hopbush #C2638E
RGB
CMYK
RGB Variations
Color information
#C2638E (or 0xC2638E) is known color: Hopbush. HEX triplet: C2, 63 and 8E. RGB value is (194,99,142). Sum of RGB (Red+Green+Blue) = 194+99+142=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2638E is #3D9C71. Grayscale: #848484. Windows color (decimal): -4037746 or 9331650. OLE color: 9331650.
HSL color Cylindrical-coordinate representation of color #C2638E: hue angle of 332.84º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2638E is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 142 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.24 |
| HSL | 332.84º | 0.44% | 0.57% | - |
| HSV(B) | 332.84º | 0.49% | 0.76% | - |
| XYZ | 31.59 | 22.35 | 28.24 | - |
| YUV | 132.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 142 | 0 | 0.49 | 0.27 | 0.24 | 332.84 | 0.44 | 0.57 |
| Hex | C2 | 63 | 8E | 0 | 31 | 1B | 18 | 14D | 2C | 39 |
| Octal | 302 | 143 | 216 | 0 | 61 | 33 | 30 | 515 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10001110 | 0 | 110001 | 11011 | 11000 | 101001101 | 101100 | 111001 |
Color Harmonies of #C2638E
Complementary color
Monochromatic Colors of #C2638E
Black with #C2638E
Text Example
Text Example
White with #C2638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2638E; }
p { color: rgb(194,99,142); }
H1.HeaderClassName
{
color: #C2638E;
}
.AnyTagClassName
{
color: #C2638E;
}
</style>
background-color css
<style>
a { background-color: #C2638E; }
a { background-color: rgb(194,99,142); }
div.DivClassName
{
background-color: #C2638E;
}
.BgClassName
{
background-color: #C2638E;
}
</style>
border-color css
<style>
span { border-color: #C2638E; }
span { border-color: rgb(194,99,142); }
td.TdClassName
{
border-color: #C2638E;
}
.TagClassName
{
border-color: #C2638E;
}
</style>