Shades of Hopbush #C0618F
Tints of Hopbush #C0618F
RGB
CMYK
RGB Variations
Color information
#C0618F (or 0xC0618F) is known color: Hopbush. HEX triplet: C0, 61 and 8F. RGB value is (192,97,143). Sum of RGB (Red+Green+Blue) = 192+97+143=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0618F is #3F9E70. Grayscale: #828282. Windows color (decimal): -4169329 or 9396672. OLE color: 9396672.
HSL color Cylindrical-coordinate representation of color #C0618F: hue angle of 330.95º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0618F is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 143 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.25 |
| HSL | 330.95º | 0.43% | 0.57% | - |
| HSV(B) | 330.95º | 0.49% | 0.75% | - |
| XYZ | 30.97 | 21.74 | 28.55 | - |
| YUV | 130.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 143 | 0 | 0.49 | 0.26 | 0.25 | 330.95 | 0.43 | 0.57 |
| Hex | C0 | 61 | 8F | 0 | 31 | 1A | 19 | 14B | 2B | 39 |
| Octal | 300 | 141 | 217 | 0 | 61 | 32 | 31 | 513 | 53 | 71 |
| Binary | 11000000 | 1100001 | 10001111 | 0 | 110001 | 11010 | 11001 | 101001011 | 101011 | 111001 |
Color Harmonies of #C0618F
Complementary color
Monochromatic Colors of #C0618F
Black with #C0618F
Text Example
Text Example
White with #C0618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0618F; }
p { color: rgb(192,97,143); }
H1.HeaderClassName
{
color: #C0618F;
}
.AnyTagClassName
{
color: #C0618F;
}
</style>
background-color css
<style>
a { background-color: #C0618F; }
a { background-color: rgb(192,97,143); }
div.DivClassName
{
background-color: #C0618F;
}
.BgClassName
{
background-color: #C0618F;
}
</style>
border-color css
<style>
span { border-color: #C0618F; }
span { border-color: rgb(192,97,143); }
td.TdClassName
{
border-color: #C0618F;
}
.TagClassName
{
border-color: #C0618F;
}
</style>