Shades of Hopbush #C0619A
Tints of Hopbush #C0619A
RGB
CMYK
RGB Variations
Color information
#C0619A (or 0xC0619A) is known color: Hopbush. HEX triplet: C0, 61 and 9A. RGB value is (192,97,154). Sum of RGB (Red+Green+Blue) = 192+97+154=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0619A is #3F9E65. Grayscale: #838383. Windows color (decimal): -4169318 or 10117568. OLE color: 10117568.
HSL color Cylindrical-coordinate representation of color #C0619A: hue angle of 324º 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 #C0619A is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 154 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.25 |
| HSL | 324º | 0.43% | 0.57% | - |
| HSV(B) | 324º | 0.49% | 0.75% | - |
| XYZ | 31.85 | 22.09 | 33.16 | - |
| YUV | 131.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 154 | 0 | 0.49 | 0.20 | 0.25 | 324 | 0.43 | 0.57 |
| Hex | C0 | 61 | 9A | 0 | 31 | 14 | 19 | 144 | 2B | 39 |
| Octal | 300 | 141 | 232 | 0 | 61 | 24 | 31 | 504 | 53 | 71 |
| Binary | 11000000 | 1100001 | 10011010 | 0 | 110001 | 10100 | 11001 | 101000100 | 101011 | 111001 |
Color Harmonies of #C0619A
Complementary color
Monochromatic Colors of #C0619A
Black with #C0619A
Text Example
Text Example
White with #C0619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0619A; }
p { color: rgb(192,97,154); }
H1.HeaderClassName
{
color: #C0619A;
}
.AnyTagClassName
{
color: #C0619A;
}
</style>
background-color css
<style>
a { background-color: #C0619A; }
a { background-color: rgb(192,97,154); }
div.DivClassName
{
background-color: #C0619A;
}
.BgClassName
{
background-color: #C0619A;
}
</style>
border-color css
<style>
span { border-color: #C0619A; }
span { border-color: rgb(192,97,154); }
td.TdClassName
{
border-color: #C0619A;
}
.TagClassName
{
border-color: #C0619A;
}
</style>